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