mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
12 lines
241 B
JSON
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"]
|
|
}
|