codimd/tsconfig.json

14 lines
232 B
JSON
Raw Normal View History

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