Revert back to common-js (#62)

This commit is contained in:
meep 2022-11-25 13:19:41 +07:00 committed by GitHub
parent 0fe7bda4d6
commit 900cfb38a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"module": "ES6",
"module": "commonjs",
"allowJs": false,
"declaration": true,
"lib": ["DOM", "ES6", "DOM.Iterable", "ScriptHost", "ES2016.Array.Include"],