UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

21 lines (20 loc) 486 B
{ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "noUnusedLocals": true, "noUnusedParameters": true, "target": "es2017", "jsx": "react", "jsxFactory": "h", "sourceMap": true, "outDir": "./dist", "baseUrl": ".", "incremental": true }, "exclude": ["node_modules", "dist", "example", "test"] }