Picsur/backend/tsconfig.json
2022-02-21 23:26:40 +01:00

19 lines
424 B
JSON

{
"compilerOptions": {
"module": "es2020",
"moduleResolution": "node",
"esModuleInterop": true,
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2020",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true
}
}