mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-28 23:09:13 +00:00
13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react"
|
|
},
|
|
"include": ["../src/**/*", "*.ts", "*.tsx"]
|
|
}
|