Update meson (#647)

* Update meson

* update

* Use build_always_stale instead of manually defining files to track.

* Clean up tsconfig
This commit is contained in:
Jas Singh
2024-12-28 03:48:52 -08:00
committed by GitHub
parent ba7e0dfd52
commit a7b553725c
7 changed files with 35 additions and 49 deletions

1
env.d.ts vendored
View File

@@ -1,4 +1,5 @@
declare const SRC: string;
declare const DATADIR: string;
declare module 'inline:*' {
const content: string;