mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"lib": ["es2015", "dom"],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"outDir": "./tmp",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/index.ts", "src/**/*"],
|
|
"exclude": ["./dist", "./node_modules"]
|
|
} |