Fix: Dataverse now disallows parceljs to recompile
its source files.
This commit is contained in:
parent
28eaf15c7f
commit
0dfe630a4f
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
"url": "https://github.com/AriaMinaei/theatre",
|
"url": "https://github.com/AriaMinaei/theatre",
|
||||||
"directory": "packages/dataverse"
|
"directory": "packages/dataverse"
|
||||||
},
|
},
|
||||||
"source": "src/index.ts",
|
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"types": ["jest", "node"],
|
"types": ["jest", "node"],
|
||||||
"emitDeclarationOnly": false,
|
"emitDeclarationOnly": false,
|
||||||
|
"target": "es6",
|
||||||
"composite": true
|
"composite": true
|
||||||
},
|
},
|
||||||
"include": ["./src/**/*"]
|
"include": ["./src/**/*"]
|
||||||
|
|
Loading…
Reference in a new issue