1
0
Fork 0
skiff-apps-main/calendar-web/tsconfig.json
2024-02-10 14:41:59 -06:00

17 lines
464 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"allowJs": true,
"module": "esnext",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"isolatedModules": true,
"composite": true,
"baseUrl": "."
},
"include": ["**/*.ts", "**/*.svg", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.json"],
"exclude": ["node_modules", "dist"]
}