Skip to content

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed Jan 22, 2024
1 parent 1acb1f2 commit 4925942
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/cms/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src",
"jsx": "react-jsx"
"jsx": "react-jsx",
},
"include": ["src"],
"exclude": ["node_modules", "dist", "build"],
"ts-node": {
"transpileOnly": true,
"swc": true
}
"swc": true,
},
}
8 changes: 4 additions & 4 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"outDir": "dist",
"plugins": [
{
"name": "next"
}
]
"name": "next",
},
],
},
"include": ["src", "next-env.d.ts", ".next/types/**/*.ts"]
"include": ["src", "next-env.d.ts", ".next/types/**/*.ts"],
}
4 changes: 2 additions & 2 deletions packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@tietokilta/config-typescript/react-library.json",
"compilerOptions": {
"lib": ["dom", "ES2015"]
"lib": ["dom", "ES2015"],
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
"exclude": ["dist", "build", "node_modules"],
}

0 comments on commit 4925942

Please sign in to comment.