aboutsummaryrefslogtreecommitdiff
path: root/.config/ags/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/ags/tsconfig.json')
-rw-r--r--.config/ags/tsconfig.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/ags/tsconfig.json b/.config/ags/tsconfig.json
deleted file mode 100644
index 1708aa3..0000000
--- a/.config/ags/tsconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "compilerOptions": {
- "target": "ES2022",
- "module": "ES2022",
- "lib": [
- "ES2022"
- ],
- "allowJs": true,
- "checkJs": true,
- "strict": true,
- "noImplicitAny": false,
- "baseUrl": ".",
- "typeRoots": [
- "./types",
- "./node_modules/@girs"
- ],
- "skipLibCheck": true
- }
-}