astro/examples/starter/tsconfig.json
Fred K. Schott ae582c5a0d wip
2022-02-07 13:42:53 -08:00

9 lines
141 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"types": [
"unplugin-icons/types/raw"
]
},
"include": ["./src"]
}