Files
Aditya Gupta aabb8986aa Initial commit
2026-06-29 19:29:19 +05:30

9 lines
150 B
JSON

{
"extends": "@extension/tsconfig/module",
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist"
},
"include": ["lib", "index.mts"]
}