mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 03:55:53 +08:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"noImplicitThis": false,
|
|
"noUnusedLocals": true,
|
|
"removeComments": true,
|
|
"strict": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"compileOnSave": false,
|
|
"buildOnSave": false
|
|
} |