Skip to content

Commit

Permalink
Export as commonjs module
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 5, 2023
1 parent 2480be5 commit 87c4bdc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"alwaysStrict": true,
"baseUrl": "",
"lib": ["es2019", "es6", "dom"],
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"outDir": "lib",
"rootDir": "./src/",
"target": "es6",
"sourceMap": true,
"newLine": "lf"
"paths": {},
"rootDir": "src",
"outDir": "lib"
},
"exclude": ["test", "lib"]
"include": ["src"]
}

0 comments on commit 87c4bdc

Please sign in to comment.