mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"declarationMap": false,
|
|
"erasableSyntaxOnly": true,
|
|
"allowImportingTsExtensions": false,
|
|
"strict": false
|
|
},
|
|
"include": ["./"]
|
|
}
|