14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx",
|
|
"lib": [ "ES2020", "DOM" ],
|
|
"baseUrl": "src/",
|
|
"paths": { "~/*": ["js/*"] },
|
|
"types": ["node", "jest", "@testing-library/jest-dom", "@types/chrome"]
|
|
}
|
|
}
|