RuralDatabase/packages/tsconfig/histoire.json

13 lines
291 B
JSON
Raw Permalink Normal View History

2024-06-30 21:39:37 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Histoire",
"extends": "./base.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext"],
"strictNullChecks": true,
"resolveJsonModule": true,
"jsx": "preserve"
}
}