mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
11 lines
334 B
TypeScript
11 lines
334 B
TypeScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
// Test for import attribute support
|
|
// See https://github.com/facebook/docusaurus/issues/11016
|
|
import '@generated/i18n' with { type: "json" }
|
|
|