2019-01-30 15:47:03 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
|
|
|
"allowJs": true,
|
|
|
|
"skipLibCheck": false,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"strict": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"resolveJsonModule": true,
|
2019-03-02 15:19:08 +00:00
|
|
|
"isolatedModules": false,
|
2019-01-30 15:47:03 +00:00
|
|
|
"noEmit": true,
|
|
|
|
"lib": [
|
|
|
|
"esnext"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|