summaryrefslogtreecommitdiff
path: root/node_modules/galactus/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/galactus/tsconfig.json')
-rw-r--r--node_modules/galactus/tsconfig.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/node_modules/galactus/tsconfig.json b/node_modules/galactus/tsconfig.json
deleted file mode 100644
index ca60641..0000000
--- a/node_modules/galactus/tsconfig.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "compilerOptions": {
- "removeComments": false,
- "preserveConstEnums": true,
- "sourceMap": true,
- "declaration": true,
- "noImplicitAny": true,
- "noImplicitReturns": true,
- "suppressImplicitAnyIndexErrors": true,
- "strictNullChecks": true,
- "noUnusedLocals": true,
- "noImplicitThis": true,
- "noUnusedParameters": true,
- "module": "commonjs",
- "moduleResolution": "node",
- "pretty": true,
- "target": "ES5",
- "outDir": "lib",
- "lib":[
- "es2015"
- ]
- },
- "formatCodeOptions": {
- "indentSize": 2,
- "tabSize": 2
- },
- "exclude": [
- "node_modules",
- "lib",
- "test"
- ]
-} \ No newline at end of file