enable json imports (#165)

* enable json imports

* Merge remote-tracking branch 'origin/main' into enable_json_imports
This commit is contained in:
Olcan
2025-04-24 18:30:19 -07:00
committed by GitHub
parent b1b9735889
commit 08463e6114
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -5,5 +5,6 @@
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"composite": true
},
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "dist"]
}