init tiramisu

This commit is contained in:
grngxd 2025-06-16 22:58:47 +01:00
commit 967b77c51c
10 changed files with 253 additions and 0 deletions

12
runtime/tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": false,
"declaration": true,
"outDir": "./out",
"esModuleInterop": true,
"skipLibCheck": true
},
}