refactor: typescript api

This commit is contained in:
Endercheif 2023-03-08 17:59:43 -08:00
parent 234530ed60
commit 996929f053
No known key found for this signature in database
GPG key ID: 7767459A0C8BEE00
16 changed files with 341 additions and 321 deletions

View file

@ -4,9 +4,13 @@
"checkJs": true,
"resolveJsonModule": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true,
// we dont have any thing to compile just yet
"noEmit": true
}
"outDir": "./dist",
"rootDir": "src",
// "declaration": true
},
"include": ["src"],
"exclude": ["dist", "node_modules"]
}