mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
11 lines
235 B
TypeScript
11 lines
235 B
TypeScript
// @noImplicitReferences: true
|
|
// @traceResolution: true
|
|
// @typeRoots: types
|
|
// @moduleResolution: classic
|
|
|
|
// @filename: /node_modules/@types/see__saw/index.d.ts
|
|
export const x = 0;
|
|
|
|
// @filename: /a.ts
|
|
import { x } from "@see/saw";
|