summaryrefslogtreecommitdiff
path: root/u/tsconfig.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-27 18:50:33 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-27 19:31:06 -0700
commit7aa11b7a8abacf81dec20fff21216df35d333756 (patch)
tree40f6a76c37412cf1c5a67f99a4ee30e3aae863c9 /u/tsconfig.json
parente4df72cd446270cf867ec308995a05e21b3aa601 (diff)
downloadci-7aa11b7a8abacf81dec20fff21216df35d333756.tar.gz
ci-7aa11b7a8abacf81dec20fff21216df35d333756.zip
Pulls in pengueno from npm
Diffstat (limited to 'u/tsconfig.json')
-rw-r--r--u/tsconfig.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/u/tsconfig.json b/u/tsconfig.json
deleted file mode 100644
index 80e5ff4..0000000
--- a/u/tsconfig.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "outDir": "./dist",
- "rootDir": "./",
- "composite": true,
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "noEmit": false,
- "moduleResolution": "node"
- },
- "include": ["**/*.ts"],
- "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
-}