@rushstack/heft-node-rig
Version:
A rig package for Node.js projects that build using Heft
32 lines (26 loc) • 807 B
JSON
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"outDir": "../../../../../lib",
"rootDir": "../../../../../src",
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"declaration": true,
"sourceMap": true,
"declarationMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strict": true,
"useUnknownInCatchVariables": false,
"esModuleInterop": true,
"noEmitOnError": false,
"allowUnreachableCode": false,
"types": ["heft-jest"],
"typeRoots": ["../../../../../node_modules/@types", "../../node_modules/@types"],
"module": "commonjs",
"target": "es2017",
"lib": ["es2017"],
"incremental": true
},
"include": ["../../../../../src/**/*.ts", "../../../../../src/**/*.tsx"]
}