mirror of
https://github.com/status-im/codimd.git
synced 2025-01-27 20:14:52 +00:00
92c0575977
Signed-off-by: Raccoon <raccoon@hackmd.io>
13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "ES5",
|
|
"outDir": "./dist/"
|
|
},
|
|
"include": [
|
|
"./lib/**/*"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|