haifa-reminder/tsconfig.json
2023-03-21 19:17:36 +02:00

12 lines
252 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "./public",
"rootDir": "./src"
}
}