mirror of
https://github.com/valitydev/thrift-ts.git
synced 2024-11-06 00:35:23 +00:00
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "commonjs",
|
|
"removeComments": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"sourceMap": false,
|
|
"target": "ES2015",
|
|
"lib": ["ES2021"],
|
|
"experimentalDecorators": true,
|
|
"outDir": "lib",
|
|
"declaration": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|