enrecipes/jsconfig.json

10 lines
123 B
JSON
Raw Normal View History

2021-04-01 13:29:26 +00:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"~/*": ["app/*"]
}
},
"include": ["app/**/*"]
}