riju/tsconfig.json

12 lines
218 B
JSON

{
"compilerOptions": {
"outDir": "./backend/out",
"resolveJsonModule": true,
"rootDir": "./backend/src",
"sourceMap": true,
"strict": true,
"target": "ES5"
},
"include": ["backend/src"]
}