mirror of
https://github.com/lucaspalomodevelop/auth-tools.git
synced 2026-03-13 14:14:36 +00:00
20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2016",
|
|
"lib": ["ES2016"],
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|