11 lines
250 B
JSON
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"
|
|
}
|
|
}
|