16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"downlevelIteration": true
|
|
}
|
|
}
|