1
0
Fork 0
fetch-compare/tsconfig.json

15 lines
274 B
JSON
Raw Normal View History

2021-09-09 23:47:04 +08:00
{
"compilerOptions": {
"target": "es2020",
"types": ["node"],
"esModuleInterop": true,
"moduleResolution": "node",
"strict": true
},
"exclude": ["node_modules"],
"ts-node": {
"transpileOnly": true,
"transpiler": "ts-node/transpilers/swc-experimental"
}
}