budgeteer/web/tsconfig.json
2022-03-15 12:52:23 +00:00

11 lines
250 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
// this enables stricter inference for data properties on `this`
"strict": true,
"jsx": "preserve",
"moduleResolution": "node"
}
}