Skip to content

Commit f5cf6a1

Browse files
committed
fix
1 parent cbe8b19 commit f5cf6a1

98 files changed

Lines changed: 573 additions & 484 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cli/csstools-cli/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
5+
"rootDir": "./src",
56
"declaration": false
67
},
78
"include": ["./src/**/*"],

experimental/css-has-pseudo/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"declarationDir": "."
5+
"declarationDir": ".",
6+
"rootDir": "./src",
67
},
78
"include": ["./src/**/*"],
89
"exclude": ["dist"],

experimental/postcss-gradient-stop-increments/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"outDir": "dist",
55
"declarationDir": ".",
6+
"rootDir": "./src",
67
"strict": true
78
},
89
"include": ["./src/**/*"],

experimental/postcss-nesting/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"declarationDir": "."
5+
"declarationDir": ".",
6+
"rootDir": "./src",
67
},
78
"include": ["./src/**/*"],
89
"exclude": ["dist"],

0 commit comments

Comments
 (0)