mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 12:55:24 +08:00
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"extends": "flarum-tsconfig",
|
|
"include": ["src/**/*", "../vendor/flarum/core/js/dist-typings/@types/**/*"],
|
|
"files": ["shims.d.ts"],
|
|
"compilerOptions": {
|
|
"declarationDir": "./dist-typings",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"flarum/*": ["../vendor/flarum/core/js/dist-typings/*"]
|
|
}
|
|
}
|
|
}
|