mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-15 21:54:30 +08:00
10 lines
153 B
JSON
10 lines
153 B
JSON
|
{
|
||
|
"extends": "./tsconfig.app.json",
|
||
|
"exclude": [],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"lib": [],
|
||
|
"types": ["node", "jsdom"]
|
||
|
}
|
||
|
}
|