mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-11-07 14:55:02 +05:30
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node", "jsdom"]
|
|
}
|
|
}
|