File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Ponyracer
2
2
3
- This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 17.0.5 .
3
+ This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 17.0.6 .
4
4
5
5
## Development server
6
6
Original file line number Diff line number Diff line change 23
23
"zone.js" : " ~0.14.2"
24
24
},
25
25
"devDependencies" : {
26
- "@angular-devkit/build-angular" : " ^17.0.5 " ,
27
- "@angular/cli" : " ^17.0.5 " ,
26
+ "@angular-devkit/build-angular" : " ^17.0.6 " ,
27
+ "@angular/cli" : " ^17.0.6 " ,
28
28
"@angular/compiler-cli" : " ^17.0.0" ,
29
29
"@types/jasmine" : " ~5.1.0" ,
30
30
"jasmine-core" : " ~5.1.0" ,
Original file line number Diff line number Diff line change 9
9
"noPropertyAccessFromIndexSignature" : true ,
10
10
"noImplicitReturns" : true ,
11
11
"noFallthroughCasesInSwitch" : true ,
12
+ "skipLibCheck" : true ,
12
13
"esModuleInterop" : true ,
13
14
"sourceMap" : true ,
14
15
"declaration" : false ,
15
16
"experimentalDecorators" : true ,
16
17
"moduleResolution" : " node" ,
17
- "importHelpers" : true ,
18
18
"paths" : {
19
19
"ponyracer-lib" : [
20
20
" ./dist/ponyracer-lib"
21
21
]
22
22
},
23
+ "importHelpers" : true ,
23
24
"target" : " ES2022" ,
24
25
"module" : " ES2022" ,
25
26
"useDefineForClassFields" : false ,
You can’t perform that action at this time.
0 commit comments