зеркало из https://github.com/microsoft/just.git
19 строки
440 B
JSON
19 строки
440 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2015",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"strict": true,
|
||
|
"strictBindCallApply": false,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noImplicitThis": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|