mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-01 17:34:15 +03:00
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"isolatedDeclarations": false,
|
|
"composite": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|