Files
mysa-js-sdk/tsconfig.json
2025-05-25 11:03:21 -04:00

16 lines
291 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"allowJs": false,
"strict": true,
"noEmit": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["**/*.ts"],
"exclude": ["dist", "node_modules"]
}