mirror of
https://github.com/sasjs/lint.git
synced 2025-12-10 17:34:36 +00:00
25 lines
451 B
JSON
25 lines
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2018",
|
|
"DOM",
|
|
"ES2019.String"
|
|
],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"outDir": "./build",
|
|
"strict": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts",
|
|
"**/example.ts"
|
|
]
|
|
} |