15 lines
271 B
JSON
15 lines
271 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ES2015"],
|
||
|
"target": "es5",
|
||
|
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": false,
|
||
|
"outDir": "dist",
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|