mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 01:31:47 +00:00
Update root config
This commit is contained in:
@ -42,7 +42,8 @@ export default [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
ignores: [
|
ignores: [
|
||||||
"integrations"
|
"integrations",
|
||||||
|
"docs"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"typeRoots": ["./src/types/overrides"],
|
"typeRoots": ["./src/types/overrides"],
|
||||||
},
|
},
|
||||||
"exclude": ["integrations"],
|
"exclude": ["integrations", "docs"],
|
||||||
"ts-node": {
|
"ts-node": {
|
||||||
"files": true
|
"files": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user