summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-10 23:26:58 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-10 23:26:58 +0530
commit8572af0d04d0c5112f79f770197bb6422fc507d4 (patch)
tree99a4cbc90c4e43ff09ac842171c33480dc1c9c39 /tsconfig.json
parent629993f2d7de1270d3aaa4ab2a6f9571cdffd621 (diff)
downloadcss-everything-8572af0d04d0c5112f79f770197bb6422fc507d4.tar.gz
css-everything-8572af0d04d0c5112f79f770197bb6422fc507d4.zip
chore: adds esbuild
Diffstat (limited to '')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 30cb77d..afc8867 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,6 +6,7 @@
"skipLibCheck": true,
"outDir": "dist",
"incremental": true,
+ "noEmit": true,
"moduleResolution": "bundler",
"resolveJsonModule": true,