mirror of
https://github.com/flarum/core.git
synced 2025-08-31 20:02:06 +02:00
Convert to Typescript (#34)
This commit is contained in:
12
extensions/pusher/js/tsconfig.json
Normal file
12
extensions/pusher/js/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user