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.
 
 
 
 
 
 

32 lines
652 B

{
"compilerOptions": {
"sourceMap": true,
"jsx": "react",
"experimentalDecorators": true,
"target": "es2017",
"lib": [
"es2017",
"dom",
"scripthost"
],
"module": "commonjs",
"types": [
"webpack-env",
"core-js",
"node"
],
"strict": true,
"baseUrl": "..",
"paths": {
"@common/*": [
"./common/*"
],
"@client/*": [
"./client/*"
]
}
},
"references": [{
"path": "../common"
}]
}