pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
at main 29 lines 801 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "lib": ["ES2022.Array", "ES2022", "DOM", "DOM.Iterable"], 5 "allowJs": true, 6 "skipLibCheck": true, 7 "esModuleInterop": true, 8 "allowSyntheticDefaultImports": true, 9 "strict": true, 10 "forceConsistentCasingInFileNames": true, 11 "noFallthroughCasesInSwitch": true, 12 "module": "esnext", 13 "moduleResolution": "bundler", 14 "resolveJsonModule": true, 15 "isolatedModules": true, 16 "noEmit": true, 17 "jsx": "react-jsx", 18 "baseUrl": "./src", 19 "paths": { 20 "@/*": ["./*"], 21 "@themes/*": ["../themes/*"], 22 "@sozialhelden/ietf-language-tags": [ 23 "../node_modules/@sozialhelden/ietf-language-tags/dist/cjs" 24 ] 25 }, 26 "typeRoots": ["node_modules/@types"] 27 }, 28 "include": ["src", "themes"] 29}