mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 05:43:40 +08:00
12 lines
286 B
JSON
12 lines
286 B
JSON
|
{
|
||
|
"extends": "flarum-tsconfig",
|
||
|
"include": ["src/**/*", "../vendor/flarum/core/js/dist-typings/@types/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"declarationDir": "./dist-typings",
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"flarum/*": ["../vendor/flarum/core/js/dist-typings/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|