29 lines
595 B
JSON
29 lines
595 B
JSON
{
|
|
"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/*"
|
|
]
|
|
}
|
|
}
|
|
} |