tsconfig: Specify include
Specify, what folders to include in the compilation process. This limits the scope, might reduce compilation time and will resolve errors outputted to the console during build.
This commit is contained in:
parent
7784c0ddc5
commit
7c7427761b
1 changed files with 2 additions and 1 deletions
|
|
@ -24,5 +24,6 @@
|
|||
"./src/test/mocks/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"include": ["./src", "./playwright"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue