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