haifa-reminder/tsconfig.json

11 lines
232 B
JSON
Raw Normal View History

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