12 lines
260 B
JSON
12 lines
260 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2016",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"noImplicitAny": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|