15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"noImplicitReturns": true,
|
|
"noEmitOnError": true,
|
|
"outDir": "js/",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"server.ts",
|
|
"routes/**/*"
|
|
]
|
|
}
|