mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 10:44:13 +00:00
aaf019e2b4
Signed-off-by: Raccoon <raccoon@hackmd.io>
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"target": "ES2019",
|
|
"outDir": "./dist/",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"./lib/**/*"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|