migrate back to commonjs

This commit is contained in:
Anton Lavrenov
2023-04-13 23:27:56 -05:00
parent 9fd79e8642
commit 8e955f9dd5
11 changed files with 17707 additions and 17749 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"outDir": "lib",
"module": "ES2015",
"module": "CommonJS",
"target": "ES2015",
// "sourceMap": true,
"noEmitOnError": true,
@@ -9,8 +9,6 @@
"moduleResolution": "node",
"declaration": true,
"removeComments": false
// "noImplicitAny": true,
// "strict": true
},
"include": ["./src/**/*.ts"]
}