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