1
Fork 0
migration-helper/tsconfig.json

17 lines
292 B
JSON

{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "build",
"sourceMap": true,
"strict": true,
"target": "ESNext"
},
"include": [
"source/**/*.ts",
"tests/**/*.ts"
]
}