1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-04 19:20:05 +00:00
Files
adapter/tsconfig.json
2020-07-07 19:53:35 +01:00

14 lines
286 B
JSON

{
"compilerOptions": {
"lib": ["ES2018", "DOM", "ES2019.String"],
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "./build",
"strict": true,
"sourceMap": true
},
"include": ["src"],
"exclude": ["node_modules", "**/*.spec.ts"]
}