Skip to content

Commit ba72a4c

Browse files
committed
Add allowArbitraryExtensions
1 parent c0c34b3 commit ba72a4c

File tree

1 file changed

+1
-0
lines changed
  • packages/build/test/build-async/fixtures/13-css-modules-esm

1 file changed

+1
-0
lines changed

packages/build/test/build-async/fixtures/13-css-modules-esm/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@create-figma-plugin/tsconfig",
33
"compilerOptions": {
4+
"allowArbitraryExtensions": true,
45
"typeRoots": ["node_modules/@figma"]
56
},
67
"include": ["src/**/*.ts"]

0 commit comments

Comments
 (0)