15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ESNext",
|
|
"strictNullChecks": true,
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": false,
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|