Files
QZMusic_PC/amll-local/packages/docs/tsconfig.json

10 lines
189 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"include": [".astro/types.d.ts", "src"],
"compilerOptions": {
"isolatedDeclarations": false,
"declaration": false,
"composite": false
}
}