tsdk
Version:
Type-safe API development and code share tool for TypeScript projects.
21 lines (20 loc) • 531 B
JSON
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"strict": true,
"strictPropertyInitialization": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"esModuleInterop": true,
"declaration": true,
"noImplicitAny": true,
"target": "ES5",
"outDir": "lib",
"lib": ["DOM", "ES2015", "ES5", "dom.iterable"],
"incremental": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["./src"]
}