syms-api-interfaces
Version:
24 lines (19 loc) • 454 B
JSON
{
"compilerOptions": {
"target": "ES2021",
"module": "commonjs",
"outDir": "./dist",
"skipLibCheck": true,
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"incremental": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": "."
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}