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>
12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"composite": true,
|
|
"outDir": "./dist/server",
|
|
"types": ["mocha", "./lib/types"]
|
|
},
|
|
"include": ["./lib/**/*", "./server.ts"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|