mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 13:24:16 +00:00
ts to es2019
Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
parent
11fd1e72a1
commit
70ed184d14
@ -1,10 +1,11 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"target": "ES5",
|
||||
"allowJs": false,
|
||||
"target": "ES2019",
|
||||
"outDir": "./dist/",
|
||||
"allowSyntheticDefaultImports": true
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node"
|
||||
},
|
||||
"include": [
|
||||
"./lib/**/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user