diff options
Diffstat (limited to 'examples/gtk4/simple-bar/js/tsconfig.json')
-rw-r--r-- | examples/gtk4/simple-bar/js/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/gtk4/simple-bar/js/tsconfig.json b/examples/gtk4/simple-bar/js/tsconfig.json new file mode 100644 index 0000000..65b3aba --- /dev/null +++ b/examples/gtk4/simple-bar/js/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "strict": true, + "target": "ES2022", + "module": "ES2022", + "moduleResolution": "Bundler" + } +} |