mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 22:24:08 +00:00
307b6c5d85
Signed-off-by: Raccoon <raccoon@hackmd.io>
14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "ES5",
|
|
"outDir": "./dist/",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"./lib/**/*"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|