1
0
mirror of synced 2026-05-22 18:33:17 +00:00
Files
2026-01-29 15:11:27 +00:00

23 lines
653 B
JSON

{
"extends": "discourse/tsconfig-plugin",
"include": [
"javascripts/**/*",
"migrations/**/*",
"test/**/*",
"node_modules/discourse/declarations/**/*"
],
"compilerOptions": {
"paths": {
"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/*"
]
}
}
}