зеркало из https://github.com/mozilla/fxa.git
24 строки
628 B
JSON
24 строки
628 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"baseUrl": "../packages",
|
|
"typeRoots": [
|
|
"../types",
|
|
"../node_modules/@types",
|
|
"../packages/*/node_modules/@types"
|
|
]
|
|
},
|
|
"exclude": ["../node_modules", "../packages/*/node_modules"]
|
|
}
|