2022-05-02 09:48:39 -05:00
|
|
|
{
|
|
|
|
"include": ["src"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"declaration": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"lib": ["ES2018", "DOM"],
|
|
|
|
"module": "CommonJS",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": true,
|
2022-05-16 13:27:58 -05:00
|
|
|
"target": "ES2018",
|
|
|
|
"types": ["lz-string"]
|
2022-05-02 09:48:39 -05:00
|
|
|
}
|
|
|
|
}
|