timpla
Version:
An optimal website development experience for [server-side] web frameworks.
21 lines (20 loc) • 547 B
JSON
{
// ForkTSChecker uses the include to speed up typing
// "include": ["./src/**/*.{ts,tsx}"],
"compilerOptions": {
"baseUrl": ".",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"jsx": "react",
"lib": ["dom", "es2017"],
"module": "commonjs",
"moduleResolution": "node",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es5",
"typeRoots": ["node_modules/@types", "./@types"]
}
}