18 lines
387 B
JSON
18 lines
387 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2016",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"sourceMap": true,
|
||
|
"outDir": "./lib",
|
||
|
"removeComments": true,
|
||
|
"importHelpers": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|