15 lines
276 B
JSON
15 lines
276 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "node",
|
||
|
"allowJs": true,
|
||
|
"noImplicitAny": true,
|
||
|
"strict": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"files": [
|
||
|
"assets"
|
||
|
]
|
||
|
}
|