24 строки
519 B
JSON
24 строки
519 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"incremental": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noUnusedParameters": true,
|
|
"inlineSources": true
|
|
},
|
|
"include": [
|
|
"webpack.config.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"jest.config.ts"
|
|
]
|
|
}
|