mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "./",
|
|
"emitDeclarationOnly": true,
|
|
"declarationDir": "../declaration/",
|
|
"tsBuildInfoFile": "../declaration/.tsbuildinfo"
|
|
},
|
|
"include": ["./"]
|
|
}
|