Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"downlevelIteration": true,
|
||||
"lib": ["WebWorker"],
|
||||
"module": "esnext",
|
||||
"outDir": "./lib/esm",
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"out",
|
||||
"lib",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user