mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 05:06:51 +08:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"include": ["./src/**/*.js"],
|
|
"extends": "../../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "./"
|
|
}
|
|
}
|