28 lines
No EOL
578 B
JSON
28 lines
No EOL
578 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"strictBindCallApply": true,
|
|
"strictPropertyInitialization": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./dist",
|
|
"lib": [
|
|
"ES2017",
|
|
"dom"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"scripts",
|
|
"npm"
|
|
],
|
|
} |