haifa-reminder/tsconfig.json
2023-04-03 19:52:41 +03:00

15 lines
266 B
JSON

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