Skip to content

Commit 831004d

Browse files
build: add angular strict templates
1 parent 995651f commit 831004d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

tsconfig.base.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,8 @@
7878
"@wiki-graph/examples": ["./libs/wiki/examples/src/index.ts"]
7979
}
8080
},
81+
"angularCompilerOptions": {
82+
"strictTemplates": true
83+
},
8184
"exclude": ["node_modules", "tmp"]
8285
}

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"@wiki/core": ["./dist/libs/wiki/core/index.d.ts"],
4949
"@wiki-graph/examples": ["./libs/wiki/examples/src/index.ts"]
5050
}
51+
},
52+
"angularCompilerOptions": {
53+
"strictTemplates": true
5154
}
5255
}

0 commit comments

Comments
 (0)