peer-calls/tsconfig.json

25 lines
556 B
JSON

{
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": ["es2015", "dom"],
"target": "es3",
"moduleResolution": "node",
"jsx": "react",
"noImplicitAny": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"esModuleInterop": true,
"emitDecoratorMetadata": false,
"experimentalDecorators": false,
"allowJs": false,
"checkJs": false,
"outDir": "lib",
"rootDir": "src"
}
}