You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
583 B

{
"compilerOptions": {
"sourceMap": true,
"jsx": "react",
"experimentalDecorators": true,
"target": "es5",
"lib": [
"es6",
7 years ago
"dom",
"scripthost"
],
7 years ago
"module": "commonjs",
"types": [
"webpack-env",
7 years ago
"core-js",
"node"
],
"strict": true,
"baseUrl": "..",
"paths": {
"@common/*": [
"./common/*"
],
"@app/*": [
"./app/*"
]
}
}
}