Files
snowflake-notes/tsconfig.json
T

23 lines
323 B
JSON

{
"extends": [
"astro/tsconfigs/base",
"./tsconfig.base.json"
],
"compilerOptions": {
"types": [
"astro/client"
],
"verbatimModuleSyntax": true
},
"include": [
"src",
"astro.config.mjs",
".astro/types.d.ts"
],
"exclude": [
"dist",
"node_modules",
"ref"
]
}