14 строки
274 B
JSON
14 строки
274 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2017",
|
||
|
"declaration": true,
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"lib": ["ES2017"],
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|