haifa-reminder/tsconfig.json

11 lines
230 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2019",
"moduleResolution": "node",
2023-03-30 10:22:24 +00:00
"outDir": "./dist",
"rootDir": "./src"
}
}