File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed
Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 33 "extends" : " @storm-software/tsconfig/core.json" ,
44 "display" : " Storm Software - TypeScript Monorepo" ,
55 "compilerOptions" : {
6- "baseUrl " : " . " ,
7- "rootDir " : " . " ,
8- "paths " : {
9- "@monorepo-template/tools-scripts " : [ " tools/scripts/src/index.ts " ] ,
10- "@monorepo-template/tools-scripts/* " : [ " tools/scripts/src/* " ] ,
11- "@monorepo-template/tools-config/* " : [ " tools/config/* " ]
12- }
6+ "incremental " : true ,
7+ "composite " : true ,
8+ "types " : [ " node " ],
9+ "declaration " : true ,
10+ "declarationMap " : true ,
11+ "isolatedModules " : true ,
12+ "verbatimModuleSyntax" : true
1313 }
1414}
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://json.schemastore.org/tsconfig" ,
3+ "display" : " Monorepo Template - Monorepo" ,
4+ "extends" : " ./tsconfig.base.json" ,
5+ "references" : [
6+ {
7+ "path" : " ./tools/config"
8+ },
9+ {
10+ "path" : " ./tools/scripts"
11+ }
12+ ],
13+ "files" : []
14+ }
You can’t perform that action at this time.
0 commit comments