aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/tsconfig.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-19 01:37:02 +0800
committercrupest <crupest@outlook.com>2023-07-19 01:37:02 +0800
commitbf3f4fcef32940991bf8f7a1d896d10653012339 (patch)
tree4b48a597d23efd757623ae415d658a134ff75a45 /docker/crupest-nginx/sites/www/tsconfig.json
parent2197b07482b3500fdb87db579e7d538be17942c6 (diff)
downloadcrupest-bf3f4fcef32940991bf8f7a1d896d10653012339.tar.gz
crupest-bf3f4fcef32940991bf8f7a1d896d10653012339.tar.bz2
crupest-bf3f4fcef32940991bf8f7a1d896d10653012339.zip
A lot prettier.
Diffstat (limited to 'docker/crupest-nginx/sites/www/tsconfig.json')
-rw-r--r--docker/crupest-nginx/sites/www/tsconfig.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/tsconfig.json b/docker/crupest-nginx/sites/www/tsconfig.json
new file mode 100644
index 0000000..9d1434c
--- /dev/null
+++ b/docker/crupest-nginx/sites/www/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "extends": "@tsconfig/recommended/tsconfig.json",
+ "compilerOptions": {
+ "lib": [
+ "ESNext",
+ "DOM",
+ "DOM.Iterable"
+ ],
+ "types": [
+ "parcel-env"
+ ],
+ "target": "ESNext",
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "noEmit": true
+ }
+} \ No newline at end of file