about summary refs log tree commit diff
path: root/assets/tsconfig.json
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-05-07 17:11:50 +0200
committerMelonai <einebeere@gmail.com>2021-05-07 17:11:50 +0200
commit88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91 (patch)
tree33691a532f460dbdf8a0e7909b898c0b324eaa2f /assets/tsconfig.json
downloadrook-88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91.tar.zst
rook-88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91.zip
Initial structure
Diffstat (limited to 'assets/tsconfig.json')
-rw-r--r--assets/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/tsconfig.json b/assets/tsconfig.json
new file mode 100644
index 0000000..b082e96
--- /dev/null
+++ b/assets/tsconfig.json
@@ -0,0 +1,6 @@
+{
+  "extends": "@tsconfig/svelte/tsconfig.json",
+
+  "include": ["src/**/*"],
+  "exclude": ["node_modules/*", "__sapper__/*", "public/*"]
+}
\ No newline at end of file