16 lines
268 B
JSON
16 lines
268 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"typeRoots": [
|
||
|
"./typings",
|
||
|
"./node_modules/@types",
|
||
|
"./node_modules/@commander-js"
|
||
|
]
|
||
|
}
|
||
|
}
|