mirror of
https://ghfast.top/https://github.com/discourse/discourse-yearly-review.git
synced 2026-05-01 17:12:18 +08:00
28 lines
898 B
JSON
28 lines
898 B
JSON
{
|
|
"extends": "discourse/tsconfig-plugin",
|
|
"include": [
|
|
"admin/assets/javascripts/**/*",
|
|
"assets/javascripts/**/*",
|
|
"test/javascripts/**/*",
|
|
"node_modules/discourse/declarations/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"discourse/plugins/discourse-yearly-review/*": [
|
|
"./assets/javascripts/*"
|
|
],
|
|
"discourse/plugins/discourse-yearly-review/admin/*": [
|
|
"./admin/assets/javascripts/admin/*"
|
|
],
|
|
"admin/*": ["./node_modules/discourse/declarations/admin/*"],
|
|
"float-kit/*": ["./node_modules/discourse/declarations/float-kit/*"],
|
|
"select-kit/*": ["./node_modules/discourse/declarations/select-kit/*"],
|
|
"truth-helpers": [
|
|
"./node_modules/discourse/declarations/truth-helpers/index.d.ts"
|
|
],
|
|
"truth-helpers/*": [
|
|
"./node_modules/discourse/declarations/truth-helpers/*"
|
|
]
|
|
}
|
|
}
|
|
}
|