Skip to content

Commit

Permalink
#build-patch: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 4, 2024
1 parent 226f645 commit d3857f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"_version": "22.0.0",
"compilerOptions": {
// "lib": [
// "esnext"
// ],
"declaration": true,
"declarationDir": "./dist/types",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"rootDir": "./src",
"outDir": "dist/esm",
"target": "ES2021"
"target": "ES2023",
"moduleResolution": "node16",
"module": "node16",
},
"include": [
"src"
Expand Down

0 comments on commit d3857f4

Please sign in to comment.