зеркало из https://github.com/microsoft/reactxp.git
33 строки
693 B
JSON
33 строки
693 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noResolve": false,
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "dist/",
|
|
"lib": [
|
|
"es5",
|
|
"dom"
|
|
]
|
|
},
|
|
|
|
"filesGlob": [
|
|
"src/**/*{ts,tsx}"
|
|
],
|
|
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"samples",
|
|
"website",
|
|
"extensions"
|
|
]
|
|
} |