mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-06-30 06:02:04 -06:00
tsconfig updates
This commit is contained in:
parent
a48f99cd16
commit
0dc3d05cf1
1 changed files with 4 additions and 1 deletions
|
|
@ -3,8 +3,11 @@
|
|||
"target": "ES2017",
|
||||
"lib": ["ES2017","DOM"],
|
||||
"module": "CommonJS",
|
||||
"listEmittedFiles": true
|
||||
"listEmittedFiles": true,
|
||||
"outDir": "dist",
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue