17 строки
399 B
JSON
17 строки
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"lib": ["dom", "es2020"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"noUnusedLocals": false,
|
|
"removeComments": true,
|
|
"strict": true,
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules"],
|
|
}
|