firefox-email-mailcow-tempe.../Data/tsconfig.json
2025-02-20 00:29:13 +01:00

34 lines
No EOL
637 B
JSON

// {
// "extends": "plasmo/templates/tsconfig.base",
// "exclude": ["node_modules"],
// "include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx"],
// "compilerOptions": {
// "jsx": "react",
// "paths": {
// "~*": ["./src/*"]
// },
// "baseUrl": ".",
// "strictNullChecks": true,
// "ignoreDeprecations": "5.0"
// }
// }
{
"extends": "plasmo/templates/tsconfig.base",
"exclude": [
"node_modules"
],
"include": [
".plasmo/index.d.ts",
"./**/*.ts",
"./**/*.tsx"
],
"compilerOptions": {
"paths": {
"~*": [
"./*"
]
},
"baseUrl": "."
}
}