Browse Source

Formatted tsconfig

update-deps
Alex Mikhalev 7 years ago
parent
commit
3c765b322e
  1. 17
      app/tsconfig.json

17
app/tsconfig.json

@ -4,17 +4,26 @@ @@ -4,17 +4,26 @@
"jsx": "react",
"experimentalDecorators": true,
"target": "es5",
"lib": ["es6", "dom"],
"lib": [
"es6",
"dom"
],
// "typeRoots": ["node_modules/@types"],
"types": [
"webpack-env"
],
"strict": true,
"baseUrl": ".",
"paths": {
"@common/*": [ "../common/*" ],
"@app/*": [ "./*" ]
"@common/*": [
"../common/*"
],
"@app/*": [
"./*"
]
}
},
"files": [
"../node_modules/@types/webpack-env/index.d.ts",
"./app/script/index.tsx"
]
}
Loading…
Cancel
Save