Files
qwik/tsconfig-docs.json
Wout Mertens 0fe893db4d fix: docs build
- ensure that qwik was built first
- ignore dist when running tsc
- fake-export qwik/build for types during development
- put assets under /assets in the build for cleanliness, the bundled js files go in there too.
2024-01-21 22:40:17 +01:00

6 lines
104 B
JSON

{
"extends": "./tsconfig.json",
"include": ["packages/docs"],
"exclude": ["packages/docs/dist"]
}