17 lines
246 B
JSON
17 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"target": "es5",
|
|
"types": [
|
|
"node",
|
|
"express"
|
|
],
|
|
"paths": {
|
|
"@app/shared/*": ["../shared/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |