forked from ParadigmEducation/snowflake-notes
23 lines
323 B
JSON
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"
|
|
]
|
|
}
|