This commit is contained in:
David Wheatley 2021-07-09 08:55:14 +01:00 committed by GitHub
parent 818ae1c8b2
commit f4807ada6a

View File

@ -24,6 +24,7 @@ A baseline `tsconfig.json` is provided below that you can modify as needed. This
"compilerOptions": {
// This will output typings to `dist-typings`
"declarationDir": "./dist-typings",
"baseUrl": ".",
"paths": {
"flarum/*": ["../vendor/flarum/core/js/dist-typings/*"]
}