astro-reactive-form/configs/tsconfig/astro-library.json
2023-01-11 19:09:35 +01:00

14 lines
352 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"moduleResolution": "node",
"preserveWatchOutput": true,
"noEmit": true,
"strict": true
},
"exclude": ["node_modules"]
}