1
Fork 0
migration-helper/tsconfig.json

17 lines
292 B
JSON
Raw Permalink Normal View History

2022-03-03 13:40:38 +00:00
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "build",
"sourceMap": true,
"strict": true,
"target": "ESNext"
},
"include": [
"source/**/*.ts",
"tests/**/*.ts"
]
}