nitter/proxy/tsconfig.json
taskylizard a451755d2b
format
2024-05-19 07:05:01 +00:00

16 lines
372 B
JSON

{
"compilerOptions": {
"lib": ["esnext"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"target": "esnext",
"allowJs": true,
"sourceMap": true,
"outDir": "./build"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}