18 lines
298 B
JSON
18 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitReturns": true,
|
|
"noEmitOnError": true,
|
|
"outDir": "js/",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"errors.ts",
|
|
"server.ts",
|
|
"types.ts",
|
|
"routes/**/*"
|
|
]
|
|
}
|