sillon-fictionnel/themes/writeonly/assets/jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

2024-01-28 13:23:24 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*",
"../_vendor/github.com/twbs/bootstrap/js/*"
]
}
}
}