Files
matrix-authentication-service/frontend/tsconfig.node.json
T
2023-06-14 09:24:49 +02:00

19 lines
368 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"allowJs": true
},
"include": [
".storybook/main.ts",
"vite.config.ts",
".eslintrc.cjs",
"postcss.config.cjs",
"tailwind.config.cjs",
"tailwind.templates.config.cjs",
"codegen.ts"
]
}