diff options
author | Jakob Stendahl <jakobste@uio.no> | 2020-10-13 20:28:52 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2020-10-13 20:28:52 +0200 |
commit | e53bddfc71d70eb9f2b7a2910b4b191bc43088ab (patch) | |
tree | 6074f957be167995845588352ce4108b9759fa00 /tsconfig.json | |
download | Aurora-data-e53bddfc71d70eb9f2b7a2910b4b191bc43088ab.tar.gz Aurora-data-e53bddfc71d70eb9f2b7a2910b4b191bc43088ab.zip |
First commit
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..f98dd46 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "@tsconfig/svelte/tsconfig.json", + "compilerOptions": { + "lib": ["DOM", "ES2017", "WebWorker"] + }, + "include": ["src/**/*", "src/node_modules/**/*"], + "exclude": ["node_modules/*", "__sapper__/*", "static/*"] + }
\ No newline at end of file |