* docs: add jsdoc * feat: change enums to as const objects * chore(test): add themeColors.test.ts * fix: fix tests and bugs with strings.ts util * fix: path alias imports and tsconfig file bug * fix: remove --max-warnings 0
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["DOM", "es2021"],
|
|
"types": ["chrome", "node"]
|
|
}
|
|
}
|