yadop
Version:
Yet another Doc Parser
54 lines (53 loc) • 1.01 kB
JSON
{
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"baseUrl": ".",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es6",
"es2015",
"dom"
],
"module": "commonjs",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noLib": false,
"outDir": "built",
"paths": {
"doctrine": [
"@types/doctrine/doctrine.d.ts"
],
"espree": [
"@types/espree/espree.d.ts"
]
},
"pretty": true,
"removeComments": false,
"sourceMap": true,
"target": "es5",
"typeRoots": [
"node_modules/@types",
"node_modules"
],
"types": [
"fs-extra",
"glob",
"jasmine",
"node",
"sinon"
]
},
"include": [
"lib/**/*.ts",
"index.ts",
"test/**/*.ts"
],
"exclude": [
"node_modules"
]
}