File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed
apps/lampung-dev-platform Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 6
6
"emitDeclarationOnly" : false ,
7
7
"esModuleInterop" : true ,
8
8
"resolveJsonModule" : true ,
9
- "lib" : [" dom" , " dom.iterable" , " esnext" ],
9
+ "lib" : [
10
+ " dom" ,
11
+ " dom.iterable" ,
12
+ " esnext"
13
+ ],
10
14
"allowJs" : true ,
11
15
"allowSyntheticDefaultImports" : true ,
12
16
"forceConsistentCasingInFileNames" : true ,
17
21
}
18
22
],
19
23
"paths" : {
20
- "@/*" : [" ./src/*" ]
24
+ "@/*" : [
25
+ " ./src/*"
26
+ ]
21
27
},
22
- "types" : [" jest" , " node" ],
28
+ "types" : [
29
+ " jest" ,
30
+ " node"
31
+ ],
23
32
"outDir" : " dist" ,
24
33
"rootDir" : " src" ,
25
34
"tsBuildInfoFile" : " dist/tsconfig.tsbuildinfo"
26
35
},
27
36
"include" : [
28
- " src/**/*.ts" ,
29
- " src/**/*.tsx" ,
30
- " src/**/*.js" ,
31
- " src/**/*.jsx" ,
32
37
" ../../apps/lampung-dev-platform/.next/types/**/*.ts" ,
33
38
" ../../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"
35
45
],
36
46
"exclude" : [
37
47
" out-tsc" ,
You can’t perform that action at this time.
0 commit comments