nocobase2/packages/plugins/@nocobase/plugin-notification-in-app-message/tsconfig.json
Sheldon Guo 056728d7ab
feat(plugin-notification-in-app) (#5254)
feat: Add inapp live message notifications.
---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: mytharcher <mytharcher@gmail.com>
2024-10-25 22:41:30 +08:00

8 lines
126 B
JSON

{
"extends": ["../../../../tsconfig.json"],
"compilerOptions": {
"strictNullChecks": true,
"allowJs": false
}
}