Skip to content

Commit

Permalink
fixup! Refactor(repo): Use sharable typescript-config-spirit in tscon…
Browse files Browse the repository at this point in the history
…fig files
  • Loading branch information
literat committed Dec 2, 2024
1 parent 2a5070f commit bb9be34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions exporters/js/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"extends": "../../configs/typescript-config-spirit/base",
"compilerOptions": {
"module": "es2015",
"target": "es2015",
"lib": ["es2015", "dom", "dom.iterable"],
"types": ["node", "jest", "@testing-library/jest-dom"]
},
"extends": "../../configs/typescript-config-spirit/dom",
"include": ["./src/**/*"],
"exclude": ["./node_modules", "./dist/**/*"]
}
8 changes: 1 addition & 7 deletions exporters/scss/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"extends": "../../configs/typescript-config-spirit/base",
"compilerOptions": {
"module": "es2015",
"target": "es2015",
"lib": ["es2015", "dom", "dom.iterable"],
"types": ["node", "jest", "@testing-library/jest-dom"]
},
"extends": "../../configs/typescript-config-spirit/dom",
"include": ["./src/**/*"],
"exclude": ["./node_modules", "./dist/**/*"]
}
8 changes: 1 addition & 7 deletions exporters/tokens/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"extends": "../../configs/typescript-config-spirit/base",
"compilerOptions": {
"module": "es2015",
"target": "es2015",
"lib": ["es2015", "dom", "dom.iterable"],
"types": ["node", "jest", "@testing-library/jest-dom"]
},
"extends": "../../configs/typescript-config-spirit/dom",
"include": ["./src/**/*"],
"exclude": ["./node_modules", "./dist/**/*"]
}

0 comments on commit bb9be34

Please sign in to comment.