mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
// Options for projects using project references
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"incremental": true,
|
|
"rootDirs": ["."]
|
|
}
|
|
}
|