зеркало из https://github.com/microsoft/just.git
23 строки
561 B
JSON
23 строки
561 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"pretty": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"strictBindCallApply": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": false,
|
|
"types": ["node", "jest"]
|
|
}
|
|
}
|