yaml-js-include
Version:
Extension for yaml-js library to be able to include files/directories in yaml files
29 lines (28 loc) • 736 B
JSON
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "ES6",
"module": "commonjs",
"lib": ["ES6"],
"moduleResolution": "node",
"rootDir": "src",
"outDir": "build",
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"alwaysStrict": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,
"declaration": true
},
"typedocOptions": {},
"include": ["src/**/*"],
"exclude": ["src/__tests__"]
}