paisa/tsconfig.json

11 lines
223 B
JSON
Raw Normal View History

2022-04-02 03:31:29 -04:00
{
2022-04-09 03:01:12 -04:00
"compilerOptions": {
"esModuleInterop": true,
"target": "ESNext",
"lib": ["DOM", "ESNext"],
"moduleResolution": "node"
},
2022-04-02 03:31:29 -04:00
"include": ["web/src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}