RuralDatabase/packages/tsconfig/histoire.json

13 lines
291 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Histoire",
"extends": "./base.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext"],
"strictNullChecks": true,
"resolveJsonModule": true,
"jsx": "preserve"
}
}