QuiplashClone/apps/server/tsconfig.json

12 lines
223 B
JSON
Raw Permalink Normal View History

2023-03-13 18:37:47 -04:00
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"strict": true,
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
},
"lib": ["es2015"]
}