stack/packages/stack-proxy/tsconfig.build.json
Zai Shi 89696a40ef
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Stack Auth Proxy (#237)
* added proxy

* updated pnpm lock

* removed package lock

* added readme

* updated readme

* updated readme

* fixed bugs

* added development env

* added template engine

* updated dependencies

* fixed github action
2024-09-12 00:31:39 +02:00

11 lines
232 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ES2015",
"moduleResolution": "Bundler",
"outDir": "dist",
"isolatedModules": false,
"noEmit": false
},
"include": ["**/*.ts", "**/*.tsx"],
}