aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-config
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-20 08:54:29 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-20 08:56:11 -0500
commit9c2a87616026e36542ee6cb18584cc747ef3099d (patch)
tree99c998be4726edbac50f9c6845a77438d14186ac /packages/typescript-config
parentBump tsup from 8.2.4 to 8.3.0 in the nodejs-dependencies group (diff)
downloadlocusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar
locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.gz
locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.bz2
locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.lz
locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.xz
locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.tar.zst
locusts-9c2a87616026e36542ee6cb18584cc747ef3099d.zip
Move node packages to src/
At least pretend to make it clean Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'packages/typescript-config')
-rw-r--r--packages/typescript-config/base.json20
-rw-r--r--packages/typescript-config/package.json9
2 files changed, 0 insertions, 29 deletions
diff --git a/packages/typescript-config/base.json b/packages/typescript-config/base.json
deleted file mode 100644
index 0f80cfd..0000000
--- a/packages/typescript-config/base.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "display": "Default",
- "compilerOptions": {
- "declaration": true,
- "declarationMap": true,
- "esModuleInterop": true,
- "incremental": false,
- "isolatedModules": true,
- "lib": ["es2022", "DOM", "DOM.Iterable"],
- "module": "NodeNext",
- "moduleDetection": "force",
- "moduleResolution": "NodeNext",
- "noUncheckedIndexedAccess": true,
- "resolveJsonModule": true,
- "skipLibCheck": true,
- "strict": true,
- "target": "ES2022"
- }
-}
diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json
deleted file mode 100644
index d658269..0000000
--- a/packages/typescript-config/package.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "name": "@repo/typescript-config",
- "version": "0.0.0",
- "license": "MIT",
- "private": true,
- "publishConfig": {
- "access": "public"
- }
-}