diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-10 23:26:58 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-10 23:26:58 +0530 |
| commit | 8572af0d04d0c5112f79f770197bb6422fc507d4 (patch) | |
| tree | 99a4cbc90c4e43ff09ac842171c33480dc1c9c39 /tsconfig.json | |
| parent | 629993f2d7de1270d3aaa4ab2a6f9571cdffd621 (diff) | |
| download | css-everything-8572af0d04d0c5112f79f770197bb6422fc507d4.tar.gz css-everything-8572af0d04d0c5112f79f770197bb6422fc507d4.zip | |
chore: adds esbuild
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
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, |
