Skip to content

Commit

Permalink
add new config for esm-only libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jul 18, 2024
1 parent 424d258 commit 85eb22a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/tsconfig/tsconfig.esm-only.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Saber Base TSConfig for ESM-only libraries",
"extends": ["./tsconfig.lib.json"],
"compilerOptions": {
"outDir": "${configDir}/dist",
"rootDir": "${configDir}/src",

"incremental": true,
"composite": true,
"isolatedDeclarations": true
}
}

0 comments on commit 85eb22a

Please sign in to comment.