34 lines
No EOL
637 B
JSON
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": "."
|
|
}
|
|
} |