summaryrefslogtreecommitdiff
path: root/iridescence/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'iridescence/tsconfig.json')
-rw-r--r--iridescence/tsconfig.json39
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"
- ]
-}