14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"outDir": "./dist"
|
|
}
|
|
}
|