styles/tsconfig.ts-node.json

8 lines
130 B
JSON
Raw Permalink Normal View History

2026-07-15 07:00:55 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"strictNullChecks": false
},
"include": ["source/server/**/*"]
}