Skip to content

Commit 0ec2023

Browse files
committed
Add typing annotations for rollup config
1 parent 21a35b4 commit 0ec2023

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editors/code/rollup.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
// @ts-check
2+
13
import resolve from '@rollup/plugin-node-resolve';
24
import commonjs from '@rollup/plugin-commonjs';
35
import nodeBuiltins from 'builtin-modules';
46

7+
/** @type { import('rollup').RollupOptions } */
58
export default {
69
input: 'out/main.js',
710
plugins: [

0 commit comments

Comments
 (0)