summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-11 14:35:18 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-11 14:35:18 +1100
commit0a7cc460481fc262550e99326be79134dcaafa73 (patch)
treedbfef229230b0a5bb416d12afde85c458f058df6 /tsconfig.json
downloadcaelestia-shell-0a7cc460481fc262550e99326be79134dcaafa73.tar.gz
caelestia-shell-0a7cc460481fc262550e99326be79134dcaafa73.tar.bz2
caelestia-shell-0a7cc460481fc262550e99326be79134dcaafa73.zip
Initial commit
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..6d3a83c
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,18 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "compilerOptions": {
+ "experimentalDecorators": true,
+ "strict": true,
+ "target": "ES2022",
+ "module": "ES2022",
+ "moduleResolution": "Bundler",
+ // "checkJs": true,
+ // "allowJs": true,
+ "jsx": "react-jsx",
+ "jsxImportSource": "/usr/share/astal/gjs/gtk3",
+ "paths": {
+ "astal": ["/usr/share/astal/gjs"],
+ "astal/*": ["/usr/share/astal/gjs/*"]
+ }
+ }
+}