Skip to content

Commit 662c9f1

Browse files
committed
init commit
1 parent f69e24a commit 662c9f1

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

apps/lampung-dev-platform/tsconfig.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"emitDeclarationOnly": false,
77
"esModuleInterop": true,
88
"resolveJsonModule": true,
9-
"lib": ["dom", "dom.iterable", "esnext"],
9+
"lib": [
10+
"dom",
11+
"dom.iterable",
12+
"esnext"
13+
],
1014
"allowJs": true,
1115
"allowSyntheticDefaultImports": true,
1216
"forceConsistentCasingInFileNames": true,
@@ -17,21 +21,27 @@
1721
}
1822
],
1923
"paths": {
20-
"@/*": ["./src/*"]
24+
"@/*": [
25+
"./src/*"
26+
]
2127
},
22-
"types": ["jest", "node"],
28+
"types": [
29+
"jest",
30+
"node"
31+
],
2332
"outDir": "dist",
2433
"rootDir": "src",
2534
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
2635
},
2736
"include": [
28-
"src/**/*.ts",
29-
"src/**/*.tsx",
30-
"src/**/*.js",
31-
"src/**/*.jsx",
3237
"../../apps/lampung-dev-platform/.next/types/**/*.ts",
3338
"../../dist/apps/lampung-dev-platform/.next/types/**/*.ts",
34-
"next-env.d.ts"
39+
"next-env.d.ts",
40+
"src/**/*.js",
41+
"src/**/*.jsx",
42+
"src/**/*.ts",
43+
"src/**/*.tsx",
44+
".next/types/**/*.ts"
3545
],
3646
"exclude": [
3747
"out-tsc",

0 commit comments

Comments
 (0)