mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"extends": "flarum-tsconfig",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"declarationDir": "./dist-typings",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"flarum/*": ["../vendor/flarum/core/js/dist-typings/*"]
|
|
}
|
|
}
|
|
}
|