Files
agent-desktop/plugins/bundle/cloudpaw/ui/tsconfig.json
T

16 lines
328 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": false,
"outDir": "dist"
},
"include": ["src"]
}