codimd/tsconfig.json
Raccoon 307b6c5d85
allowSyntheticDefaultImports
Signed-off-by: Raccoon <raccoon@hackmd.io>
2021-06-16 18:35:21 +08:00

14 lines
232 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"allowJs": true,
"target": "ES5",
"outDir": "./dist/",
"allowSyntheticDefaultImports": true
},
"include": [
"./lib/**/*"
],
"exclude": ["node_modules"]
}