mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
14 lines
286 B
JSON
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"]
|
|
}
|