test-forbidden-regex
Version:
Test helper for testing forbidden regex
18 lines (17 loc) • 394 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": false,
"outDir": "./dist",
"rootDir": "./src",
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.spec.ts"]
}