14 lines
266 B
JSON
14 lines
266 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "esnext",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"strict": true,
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"target": "esnext",
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"**/*.ts"
|
||
|
|
]
|
||
|
|
}
|