mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 13:55:40 -04:00
31 lines
782 B
JSON
31 lines
782 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Default",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"declaration": false,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"inlineSources": false,
|
|
"isolatedModules": false,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"preserveWatchOutput": true,
|
|
"skipLibCheck": false,
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "react",
|
|
"paths": {
|
|
"@sd/interface": ["../../packages/interface"],
|
|
"@sd/ui": ["../../packages/ui"],
|
|
"@sd/client": ["../../packages/client"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|