mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 18:34:30 +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,
|
"compileOnSave": true,
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": false,
|
||||||
"target": "ES5",
|
"target": "ES2019",
|
||||||
"outDir": "./dist/",
|
"outDir": "./dist/",
|
||||||
"allowSyntheticDefaultImports": true
|
"module": "CommonJS",
|
||||||
|
"moduleResolution": "Node"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./lib/**/*"
|
"./lib/**/*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user