use the new api format
Some checks failed
Publish Package / build (push) Failing after 23s

This commit is contained in:
Lee
2024-04-17 16:35:39 +01:00
parent fb8ab8d7aa
commit eb9ab2cd5b
16 changed files with 52 additions and 43 deletions

View File

@ -3,7 +3,12 @@
"module": "commonjs",
"target": "ES2020",
"declaration": true,
"outDir": "./dist"
"outDir": "./dist",
"baseUrl": "./src",
"paths": {
"@/*": ["src/*"],
"@types/*": ["src/types/*"]
}
},
"include": ["src/**/*"]
}