mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-07 05:02:50 +08:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2020"],
|
|
"target": "ES2020",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": false,
|
|
},
|
|
"exclude": ["node_modules"],
|
|
}
|