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

11 lines
No EOL
135 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*",
"../_vendor/github.com/twbs/bootstrap/js/*"
]
}
}
}