astro/examples/subpath/tsconfig.json
Erika 488a145456
Normalize and cleanup examples projects (#2364)
* Remove unused line in the examples .gitignore

* Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples

* Removed unused file and link directive in the minimal example

* Oops, added an accidental slash
2022-01-12 10:37:16 -05:00

5 lines
62 B
JSON

{
"compilerOptions": {
"moduleResolution": "node"
}
}