mirror of
https://github.com/discourse/DiscoTOC.git
synced 2026-02-18 08:46:27 +00:00
23 lines
653 B
JSON
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/*"
|
|
]
|
|
}
|
|
}
|
|
}
|