20 lines
361 B
JSON
20 lines
361 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES6",
|
||
|
|
"module": "commonjs",
|
||
|
|
"outDir": "../dist",
|
||
|
|
"rootDir": ".",
|
||
|
|
"strict": true,
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true
|
||
|
|
},
|
||
|
|
"references": [
|
||
|
|
{
|
||
|
|
"path": "../"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|