codimd/tsconfig.json
Raccoon aaf019e2b4
enable esModuleInterop
Signed-off-by: Raccoon <raccoon@hackmd.io>
2021-06-16 18:35:32 +08:00

15 lines
249 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"allowJs": false,
"target": "ES2019",
"outDir": "./dist/",
"module": "CommonJS",
"esModuleInterop": true
},
"include": [
"./lib/**/*"
],
"exclude": ["node_modules"]
}