26 lines
476 B
JSON
26 lines
476 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"types": [
|
|
"node"
|
|
],
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"baseUrl": "..",
|
|
"paths": {
|
|
"@common/*": [
|
|
"./common/*"
|
|
],
|
|
"@app/*": [
|
|
"./app/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
]
|
|
} |