mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-10 08:54:35 +00:00
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2018", "DOM", "ES2019.String"],
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"typeRoots": ["./node_modules/@types", "./src/types/system"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|