mirror of
https://github.com/azure/login.git
synced 2026-06-08 18:17:07 +00:00
11 lines
No EOL
246 B
JSON
11 lines
No EOL
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
} |