mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
Because: * We want to introduce nx to the repository This commit: * Adds nx with working builds Closes: FXA-7341 Co-authored-by: dschom <dschomburg@mozilla.com>
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist/out-tsc/tools",
|
|
"rootDir": ".",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"importHelpers": false
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|