diff options
author | Adam Carpenter <atc@53hor.net> | 2020-04-23 08:07:35 -0400 |
---|---|---|
committer | Adam Carpenter <atc@53hor.net> | 2020-04-23 08:07:35 -0400 |
commit | 6e787a89e0c40f42d51681c960a18818650646b7 (patch) | |
tree | 5edad46e2dec72ebe5d00a4a7d53263b1d4d076e /iridescence/tsconfig.json | |
parent | be3b6030b4175f6c06d20dae8470b4a44a1befea (diff) | |
download | theglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.tar.xz theglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.zip |
switched back to js, added navbar with burger toggle
Diffstat (limited to 'iridescence/tsconfig.json')
-rw-r--r-- | iridescence/tsconfig.json | 39 |
1 files changed, 0 insertions, 39 deletions
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" - ] -} |