Skip to content

Commit 3071c40

Browse files
committed
Merge branch 'copilot/consolidate-playgrounds-examples' of https://github.com/yamcodes/ark.env into copilot/consolidate-playgrounds-examples
2 parents e9d3436 + 185eed9 commit 3071c40

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

apps/playgrounds/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"devDependencies": {
1919
"@types/node": "catalog:",
20+
"rimraf": "catalog:",
2021
"tsx": "catalog:",
21-
"typescript": "catalog:",
22-
"rimraf": "catalog:"
22+
"typescript": "catalog:"
2323
},
2424
"engines": {
2525
"node": "24"
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "ESNext",
5-
"moduleResolution": "Bundler",
6-
"esModuleInterop": true,
7-
"strict": true,
8-
"skipLibCheck": true,
9-
"forceConsistentCasingInFileNames": true,
10-
"outDir": "./dist"
11-
}
2+
"compilerOptions": {
3+
"target": "ESNext",
4+
"module": "ESNext",
5+
"moduleResolution": "Bundler",
6+
"esModuleInterop": true,
7+
"strict": true,
8+
"skipLibCheck": true,
9+
"forceConsistentCasingInFileNames": true,
10+
"outDir": "./dist"
11+
}
1212
}

examples/basic/tsconfig.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "ESNext",
5-
"moduleResolution": "Bundler",
6-
"esModuleInterop": true,
7-
"strict": true,
8-
"skipLibCheck": true,
9-
"forceConsistentCasingInFileNames": true,
10-
"outDir": "./dist"
11-
}
2+
"compilerOptions": {
3+
"target": "ESNext",
4+
"module": "ESNext",
5+
"moduleResolution": "Bundler",
6+
"esModuleInterop": true,
7+
"strict": true,
8+
"skipLibCheck": true,
9+
"forceConsistentCasingInFileNames": true,
10+
"outDir": "./dist"
11+
}
1212
}

0 commit comments

Comments
 (0)