1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

change config

This commit is contained in:
Fabio Pliger
2022-02-23 11:53:41 -06:00
parent 323f02e7dd
commit 1589838d63

View File

@@ -1,8 +1,9 @@
{ {
"compilerOptions": { "compilerOptions": {
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"noImplicitAny": true, "noImplicitAny": true,
"module": "es6", "module": "es2020",
"target": "es5", "target": "es5",
"allowJs": true, "allowJs": true,
"sourceMap": true, "sourceMap": true,