mirror of
https://github.com/ringtools/ringtools-server-ts.git
synced 2024-05-16 05:44:40 +02:00
13 lines
534 B
JSON
13 lines
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "CommonJS",
|
|
"experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
|
|
"emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
|
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
|
|
"outDir": "dist",
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |