enrecipes/jsconfig.json

11 lines
147 B
JSON
Raw Normal View History

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