From 6e787a89e0c40f42d51681c960a18818650646b7 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Thu, 23 Apr 2020 08:07:35 -0400 Subject: switched back to js, added navbar with burger toggle --- iridescence/tsconfig.json | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 iridescence/tsconfig.json (limited to 'iridescence/tsconfig.json') diff --git a/iridescence/tsconfig.json b/iridescence/tsconfig.json deleted file mode 100644 index b57578e..0000000 --- a/iridescence/tsconfig.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "module": "esnext", - "strict": true, - "jsx": "preserve", - "importHelpers": true, - "moduleResolution": "node", - "experimentalDecorators": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "sourceMap": true, - "baseUrl": ".", - "types": [ - "webpack-env" - ], - "paths": { - "@/*": [ - "src/*" - ] - }, - "lib": [ - "esnext", - "dom", - "dom.iterable", - "scripthost" - ] - }, - "include": [ - "src/**/*.ts", - "src/**/*.tsx", - "src/**/*.vue", - "tests/**/*.ts", - "tests/**/*.tsx" - ], - "exclude": [ - "node_modules" - ] -} -- cgit v1.2.3