2023-06-01 12:54:58 +07:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.app.json",
|
|
|
|
|
"exclude": [],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"lib": [],
|
2024-09-02 14:02:48 +07:00
|
|
|
"types": ["node", "jsdom"],
|
|
|
|
|
"ignoreDeprecations": "5.0",
|
|
|
|
|
"verbatimModuleSyntax": true
|
2023-06-01 12:54:58 +07:00
|
|
|
}
|
|
|
|
|
}
|