mirror of
https://github.com/lingble/Trool.git
synced 2026-03-20 03:50:40 +00:00
22 lines
411 B
JSON
22 lines
411 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"strict": true,
|
|
"target": "es5",
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
}
|