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