Formatted tsconfig
This commit is contained in:
parent
cef5fb3ad5
commit
3c765b322e
@ -4,17 +4,26 @@
|
|||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"lib": ["es6", "dom"],
|
"lib": [
|
||||||
|
"es6",
|
||||||
|
"dom"
|
||||||
|
],
|
||||||
// "typeRoots": ["node_modules/@types"],
|
// "typeRoots": ["node_modules/@types"],
|
||||||
|
"types": [
|
||||||
|
"webpack-env"
|
||||||
|
],
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@common/*": [ "../common/*" ],
|
"@common/*": [
|
||||||
"@app/*": [ "./*" ]
|
"../common/*"
|
||||||
|
],
|
||||||
|
"@app/*": [
|
||||||
|
"./*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"../node_modules/@types/webpack-env/index.d.ts",
|
|
||||||
"./app/script/index.tsx"
|
"./app/script/index.tsx"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user