core: add typescript and npm

This commit is contained in:
Trianta
2024-08-27 23:28:36 -05:00
parent 50942522fe
commit 0cbdb1f7fc
4 changed files with 66 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "es5"
},
"include": ["./src/**/*"]
}