26 lines
410 B
JSON
26 lines
410 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"checkJs": false,
|
||
|
"resolveJsonModule": true,
|
||
|
"moduleResolution": "node",
|
||
|
"target": "es2020",
|
||
|
"module": "es2015"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"dist",
|
||
|
"node_modules",
|
||
|
"build",
|
||
|
".vscode",
|
||
|
".nuxt",
|
||
|
"coverage",
|
||
|
"jspm_packages",
|
||
|
"tmp",
|
||
|
"temp",
|
||
|
"bower_components",
|
||
|
".npm",
|
||
|
".yarn"
|
||
|
],
|
||
|
"typeAcquisition": {
|
||
|
"enable": true
|
||
|
}
|
||
|
}
|