13 lines
249 B
JSON
13 lines
249 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "./lib",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"declaration": true
|
||
|
}
|
||
|
}
|