codimd/tsconfig.json
Raccoon 92c0575977
ts: lib/homepage/index.ts
Signed-off-by: Raccoon <raccoon@hackmd.io>
2021-06-16 18:35:20 +08:00

13 lines
190 B
JSON

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