think/packages/share/tsconfig.json

18 lines
394 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2017",
"sourceMap": true,
"incremental": true,
"rootDir": "src",
"outDir": "lib"
},
"include": ["src"],
"exclude": ["src/**/*.spec.ts"]
}