10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["index.ts", "src"],
|
|
"extends": "astro/tsconfigs/strictest"
|
|
}
|