Files
adf-codec/tsconfig.json
T

10 lines
155 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"types": ["node"]
},
"exclude": []
}