rojects/tsconfig.ts-node.json

8 lines
151 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"strictNullChecks": false
},
"include": ["server/**/*", "src/library-ts/node/**/*"]
}