enrecipes/jsconfig.json
vishnuraghavb 80dd4c2018 ns migrate
2021-04-01 18:59:26 +05:30

10 lines
123 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"~/*": ["app/*"]
}
},
"include": ["app/**/*"]
}