mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-04-29 12:22:03 +08:00
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"extends": "discourse/tsconfig-plugin",
|
|
"include": [
|
|
"admin/assets/javascripts/**/*",
|
|
"assets/javascripts/**/*",
|
|
"test/javascripts/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"discourse/plugins/discourse-zendesk-plugin/*": [
|
|
"./assets/javascripts/*"
|
|
],
|
|
"discourse/plugins/discourse-zendesk-plugin/admin/*": [
|
|
"./admin/assets/javascripts/admin/*"
|
|
]
|
|
}
|
|
}
|
|
}
|