Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(toolchain): extends scripts tsconfig.json from base one
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Jun 16, 2020
1 parent a2fdfc2 commit 6532028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions scripts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"include": ["./checkMissingTranslations.ts"],
"extends": "../tsconfig.json",
"include": [
"./checkMissingTranslations.ts"
],
"compilerOptions": {
"module": "commonjs",
"outDir": "../bin",
"target": "es5"
"target": "es5",
"sourceMap": false
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"resolveJsonModule": true,
"importHelpers": true,
"jsx": "react",
// "baseUrl": "./src",
"allowJs": true,
"skipLibCheck": true,
"noEmit": true,
Expand Down

1 comment on commit 6532028

@vercel
Copy link

@vercel vercel bot commented on 6532028 Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.