14 lines
185 B
JSON
14 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"target": "es5",
|
|
"types": [
|
|
"node",
|
|
"express"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |