appcenter-sampleapp-react-n.../tsconfig.json

18 строки
246 B
JSON

{
"compilerOptions": {
"target": "es2015",
"jsx": "react",
"noEmit": true,
"moduleResolution": "node",
"outDir": "out"
},
"paths": {
"*": [
"*",
"src/*"
]
},
"exclude": [
"node_modules"
],
}