##// END OF EJS Templates
sync
sync

File last commit:

r15:3985e8405319 tip default
r15:3985e8405319 tip default
Show More
tsconfig.json
10 lines | 240 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"noEmitOnError": true,
"listFiles": true,
"strict": true,
"types": [],
"target": "ESNext"
}
}