chore: tsconfig does not inheritc include and excludes
parent
30bfb00d3f
commit
2869e66a02
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "tsconfig/t3.json",
|
"extends": "tsconfig/t3.json",
|
||||||
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||||
|
"exclude": ["node_modules"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|
Loading…
Reference in New Issue