summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2021-12-30 09:51:00 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-01-11 00:00:22 +0100
commitbcb77d979d817e1e609adb4d007bbbcc3f61efbd (patch)
tree093c5a2914ee0f6e1ec559b3b98725190fee7285 /tsconfig.json
downloadclient-bcb77d979d817e1e609adb4d007bbbcc3f61efbd.tar.gz
client-bcb77d979d817e1e609adb4d007bbbcc3f61efbd.tar.bz2
client-bcb77d979d817e1e609adb4d007bbbcc3f61efbd.zip
Prepare for githubv1.0.0
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..986e0c9
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,17 @@
1{
2 "compilerOptions": {
3 "baseUrl": "./src",
4 "jsx": "react",
5 "moduleResolution": "Node",
6 "paths": {
7 "~*": [
8 "./*"
9 ]
10 },
11 "strict": true,
12 "target": "ES2015"
13 },
14 "include": [
15 "src/**/*"
16 ]
17} \ No newline at end of file