Files
matrix-authentication-service/frontend/tsconfig.node.json
2022-12-08 16:36:34 +01:00

16 lines
287 B
JSON

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