rojects/tsconfig.ts-node.json

12 lines
266 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
2026-07-17 11:37:48 +00:00
"strictNullChecks": false,
"baseUrl": ".",
"paths": {
"auth-connector/*": ["./source/auth-connector/source/*"]
}
},
"include": ["source/server/**/*", "source/library-ts/node/**/*"]
}