Skip to content

Commit a91cdf6

Browse files
committed
push config fix
1 parent 8e360b7 commit a91cdf6

18 files changed

Lines changed: 36 additions & 0 deletions

File tree

packages/actions/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/array/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/context/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/dates/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/dnd/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/errors/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/forms/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/hooks/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/keyframes/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

packages/layers/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"include": ["src/**/*"],
23
"compilerOptions": {
4+
"rootDir": "./src",
35
"esModuleInterop": true,
46
"declaration": true,
57
"declarationMap": true,

0 commit comments

Comments
 (0)