astro-reactive-form/tsconfig.json
2022-09-25 20:09:11 +02:00

9 lines
161 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"module": "ESNext",
"allowJs": true,
"noEmit": true
},
"include": ["index.ts", "src"]
}