core/packages-private/tsconfig.json
2024-09-10 16:46:19 +08:00

8 lines
118 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"isolatedDeclarations": false
},
"include": ["."]
}