mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["ES2022"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["plugins/**/*.ts"]
|
|
}
|