20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"DOM",
|
|
"esnext",
|
|
"esnext.array",
|
|
"esnext.asynciterable",
|
|
"esnext.symbol"
|
|
],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"target": "ESNEXT",
|
|
"jsx": "preserve"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|