Skip to content

Commit 84a7b07

Browse files
add CSS ambient declarations to work with TS6 (#2374)
1 parent 2169fde commit 84a7b07

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/apps/docs/global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module "*.css";

web/apps/docs/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"paths": {
65
"@/*": [
76
"./*"

web/apps/web/global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module "*.css";

web/apps/web/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"paths": {
65
"@/*": [
76
"./*"

0 commit comments

Comments
 (0)