Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/create-webiny-project/_templates/base/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "webiny/configs/tsconfig.json",
"noEmit": true,
"compilerOptions": {
"typeRoots": ["./types"]
},
"include": ["webiny-env.d.ts", "**/*.ts", "**/*.tsx"]
"include": ["webiny-env.d.ts", "webiny.config.tsx", "extensions"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": "../../../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"composite": false
}
"extends": "../../../../tsconfig.json"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": "../../../../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"composite": false
}
"extends": "../../../../../tsconfig.json"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": "../../../../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"composite": false
}
"extends": "../../../../../tsconfig.json"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": "../../../../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"composite": false
}
"extends": "../../../../../tsconfig.json"
}
Loading