15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"app/*": ["./*"]
|
|
},
|
|
"moduleResolution": "node",
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"strictNullChecks": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": ["node_modules", "docs", "thinking"]
|
|
}
|