akkordian/packages/api-generator/tsconfig.json
2023-12-22 11:27:48 -05:00

14 lines
269 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"strict": true,
"target": "esnext"
},
"include": ["./src/**/*"]
}