Files
spacedrive/packages/client/tsconfig.json
Brendan Allan 3f8867fc14 new ci
2022-04-22 18:21:18 +08:00

12 lines
241 B
JSON

{
"compilerOptions": {
"lib": ["esnext"],
"module": "esnext",
"rootDir": "src",
"jsx": "react"
},
"extends": "../config/tsconfig/base.json",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist"]
}