clarity-pattern-parser
Version:
Parsing Library for Typescript and Javascript.
22 lines (21 loc) • 521 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es6",
"module": "esnext",
"lib": ["esnext"],
"strict": true,
"sourceMap": true,
"declaration": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declarationDir": "./dist",
"outDir": "./dist",
"typeRoots": ["node_modules/@types"],
"strictNullChecks": true
},
"exclude": ["node_modules"],
"include": ["src"]
}