Files
lib/src/cli/tsconfig.json
garrettmills 9be9c44a32
Some checks failed
continuous-integration/drone/push Build is failing
Import other modules into monorepo
2021-06-01 20:59:40 -05:00

12 lines
175 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules"
]
}