aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-27 21:24:54 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-27 21:24:54 +0530
commitaef52169e3f0f9bde0e5f2dd21cbb316eaa34136 (patch)
tree0dde319375996da517814493defef1273400ad40 /tsconfig.json
parent10f7749d52df9a70e15a33cd76ba441f4b81a1a5 (diff)
laid out some very basic components, the tile component still needs to be worked upon
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index a273b0c..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "compilerOptions": {
- "target": "es5",
- "lib": [
- "dom",
- "dom.iterable",
- "esnext"
- ],
- "allowJs": true,
- "skipLibCheck": true,
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "forceConsistentCasingInFileNames": true,
- "noFallthroughCasesInSwitch": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "noEmit": true,
- "jsx": "react-jsx"
- },
- "include": [
- "src"
- ]
-}