- 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.
6 lines
104 B
JSON
6 lines
104 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["packages/docs"],
|
|
"exclude": ["packages/docs/dist"]
|
|
}
|