17 lines
330 B
JSON
17 lines
330 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"strict": true,
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "commonjs",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"noImplicitOverride": true,
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"noImplicitReturns": true,
|
||
|
|
"noImplicitThis": true
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"assets/**"
|
||
|
|
]
|
||
|
|
}
|