mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
10 lines
214 B
TypeScript
10 lines
214 B
TypeScript
// @noImplicitReferences: true
|
|
// @traceResolution: true
|
|
// @typeRoots: types
|
|
|
|
// @filename: /node_modules/@types/beep__boop/index.d.ts
|
|
export const y = 0;
|
|
|
|
// @filename: /a.ts
|
|
/// <reference types="@beep/boop" />
|