mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 10:11:47 +00:00
Exclude integrations from tsconfig.json
This commit is contained in:
@ -16,8 +16,9 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"typeRoots": ["./src/types/overrides"]
|
"typeRoots": ["./src/types/overrides"],
|
||||||
},
|
},
|
||||||
|
"exclude": ["integrations"],
|
||||||
"ts-node": {
|
"ts-node": {
|
||||||
"files": true
|
"files": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user