aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index ab0af5e..813525a 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -1,4 +1,5 @@
1{ 1{
2 "extends": "./tsconfig.paths.json",
2 "compilerOptions": { 3 "compilerOptions": {
3 "target": "es5", 4 "target": "es5",
4 "lib": [ 5 "lib": [
@@ -20,7 +21,7 @@
20 "resolveJsonModule": true, 21 "resolveJsonModule": true,
21 "isolatedModules": true, 22 "isolatedModules": true,
22 "noEmit": true, 23 "noEmit": true,
23 "jsx": "react-jsx" 24 "jsx": "react-jsx",
24 }, 25 },
25 "include": [ 26 "include": [
26 "src" 27 "src"