summaryrefslogtreecommitdiff
path: root/examples/gtk4/simple-bar/js/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gtk4/simple-bar/js/tsconfig.json')
-rw-r--r--examples/gtk4/simple-bar/js/tsconfig.json8
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"
+ }
+}