Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2020-01-02 19:39:59 +0300
committerGitHub <noreply@github.com>2020-01-02 19:39:59 +0300
commit4680a0dbec3f45d4c34c34057cba990dc007d24a (patch)
tree7b0d7bff7b633a7626cd3959728078e27ad09bc6 /tsconfig.json
parent362aa1058edbce669f0586ca6abab957f7cb289f (diff)
feat: refactor client and improve design (#260)
* refactor: (wip) * refactor: finish settings, add icons and stuff * 🐬 * 🐬 * 2.2.0
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index a3ba588..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
- "allowJs": true,
- "allowSyntheticDefaultImports": true,
- "baseUrl": ".",
- "jsx": "preserve",
- "lib": ["dom", "es2017"],
- "module": "esnext",
- "moduleResolution": "node",
- "noEmit": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "preserveConstEnums": true,
- "removeComments": false,
- "skipLibCheck": true,
- "sourceMap": true,
- "target": "esnext",
- "typeRoots": ["./node_modules/@types"],
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true
- },
-} \ No newline at end of file