mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-01 17:34:15 +03:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "@nestri/core/tsconfig.base",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"isolatedDeclarations": false
|
|
}
|
|
}
|