Skip to content

Commit

Permalink
fixup! Feat(typescript-config): Introduce sharable TypeScript configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
literat committed Dec 2, 2024
1 parent cdff921 commit b01d434
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/typescript-config-spirit/dom.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"extends": "./base",
"compilerOptions": {
// Specify what module code is generated.
// @see: https://www.typescriptlang.org/tsconfig/#module
"module": "es2015",

// Set the JavaScript language version for emitted JavaScript and include compatible library declarations.
// @see: https://www.typescriptlang.org/tsconfig/#target
"target": "es2015",

// Specify a set of bundled library declaration files that describe the target runtime environment.
Expand Down

0 comments on commit b01d434

Please sign in to comment.