summaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-21 11:55:50 +0200
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-21 11:55:50 +0200
commit2ef3bdcd89731c1ed9cb7528181d19b2d9169bb5 (patch)
tree9aa6d907425d3609ab9ae4affcf5b86ef794a6da /frontend/tsconfig.json
parent12fef7cbaf2073f9cc349ed765ea140be0259d8e (diff)
Add basic frontend to test login
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
new file mode 100644
index 0000000..0656538
--- /dev/null
+++ b/frontend/tsconfig.json
@@ -0,0 +1,20 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "lib": [
+ "dom",
+ "dom.iterable",
+ "esnext"
+ ],
+ "strict": true,
+ "forceConsistentCasingInFileNames": true,
+ "allowSyntheticDefaultImports": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
+ "jsx": "react-jsx"
+ },
+ "include": [
+ "src"
+ ]
+ } \ No newline at end of file