about
Version:
Your about page in the terminal
22 lines (21 loc) • 506 B
JSON
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "src",
"strict": true,
"jsx": "react",
"strictNullChecks": true,
"declaration": true,
"sourceMap": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"resolveJsonModule": true
},
"include": ["src"],
"exclude": ["node_modules", "**/*.spec.ts"]
}