Remove composite flag from root tsconfig - Fix TS6304 error about composite projects and declaration emit
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"composite": true,
|
||||
"incremental": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
|
||||
Reference in New Issue
Block a user