chore: use ultacite

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-14 10:42:38 +00:00
parent 6c55f7a759
commit 860223f22e
35 changed files with 635 additions and 163 deletions

View File

@@ -2,7 +2,8 @@
"extends": "../../tooling/typescript/base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
"rootDir": "./src",
"strictNullChecks": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]