nrwl--nx
10 行
196 B
JSON
10 行
196 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "out-tsc",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["**/*.spec.ts", "jest.config.ts", "out-tsc"],
|
|
"include": ["**/*.ts"]
|
|
}
|