deer social fork for personal usage. but you might see a use idk. github mirror
at main 421 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "allowSyntheticDefaultImports": true, 7 "esModuleInterop": true, 8 "skipLibCheck": true, 9 "strict": true, 10 "outDir": "./dist", 11 "rootDir": "./src", 12 "declaration": true, 13 "declarationMap": true, 14 "sourceMap": true 15 }, 16 "include": ["src/**/*"], 17 "exclude": ["node_modules", "dist"] 18} 19