зеркало из https://github.com/mozilla/hubs.git
25 строки
449 B
JSON
25 строки
449 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "node",
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./types"
|
|
]
|
|
},
|
|
"include": [
|
|
"types/",
|
|
"src/"
|
|
]
|
|
}
|