Skip to content

Commit

Permalink
Update tsconfig.build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 9, 2024
1 parent f36f8d6 commit 6a34639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"isolatedModules": true,
"module": "node16",
"noImplicitOverride": true,
"allowImportingTsExtensions": true,

Check failure on line 10 in tsconfig.build.json

View workflow job for this annotation

GitHub Actions / typescript

Option 'allowImportingTsExtensions' can only be used when either 'noEmit' or 'emitDeclarationOnly' is set.
"outDir": "dist",
"resolveJsonModule": true,
"rootDir": "src",
Expand Down

0 comments on commit 6a34639

Please sign in to comment.