rokojori-auth/tsconfig.ts-node.json

8 lines
130 B
JSON
Raw Permalink Normal View History

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