Use rollup to build typescript

This commit is contained in:
Johannes Loher 2021-03-17 12:15:25 +01:00
parent 79355b6e9c
commit e7fc318ea5
14 changed files with 494 additions and 343 deletions

4
tsconfig.eslint.json Normal file
View file

@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src", "spec", "*.js"]
}