Remove module tsconfig

This commit is contained in:
Dolan Miu
2022-12-26 15:16:01 +00:00
parent fe8b0a6b2b
commit 69bf313f18

View File

@ -1,8 +0,0 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/mjs",
"target": "esnext"
}
}