as-services/jsconfig.json

13 lines
No EOL
289 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"~/*": ["./services/*"],
"@modjo/*": ["./node_modules/@modjo/*"]
}
},
"exclude": ["node_modules", "**/node_modules/*"]
}