rojects/tsconfig.ts-node.json

12 lines
266 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"strictNullChecks": false,
"baseUrl": ".",
"paths": {
"auth-connector/*": ["./source/auth-connector/source/*"]
}
},
"include": ["source/server/**/*", "source/library-ts/node/**/*"]
}