Switch to TypeScript
This commit is contained in:
parent
1648b7e3d0
commit
bf71f55130
45 changed files with 754 additions and 159 deletions
13
rollup.config.js
Executable file
13
rollup.config.js
Executable file
|
@ -0,0 +1,13 @@
|
|||
import typescript from '@rollup/plugin-typescript';
|
||||
|
||||
export default {
|
||||
input: 'src/main.ts',
|
||||
output: {
|
||||
file: 'dist/improcket.min.js',
|
||||
format: 'iife',
|
||||
sourcemap: true
|
||||
},
|
||||
plugins: [
|
||||
typescript(),
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue