haifa-reminder/tsconfig.json
2023-03-30 13:22:24 +03:00

11 lines
No EOL
230 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2019",
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src"
}
}