24 строки
350 B
JSON
Executable File
24 строки
350 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "dist",
|
|
"lib": [
|
|
"es6",
|
|
"es7"
|
|
],
|
|
"declaration": false,
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"lib_old",
|
|
"base",
|
|
"vendor",
|
|
"dist",
|
|
"electron.d.ts"
|
|
]
|
|
} |