mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "es6",
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|