2020-08-04 12:59:41 +00:00
|
|
|
{
|
2021-09-17 13:23:34 +00:00
|
|
|
"include": ["src"],
|
|
|
|
"exclude": [
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.test.tsx"
|
|
|
|
],
|
2021-05-04 17:58:18 +00:00
|
|
|
"extends": "@snowpack/app-scripts-react/tsconfig.base.json",
|
2020-08-04 12:59:41 +00:00
|
|
|
"compilerOptions": {
|
2021-09-17 13:23:34 +00:00
|
|
|
"types": ["snowpack-env"],
|
2021-05-04 17:58:18 +00:00
|
|
|
"esModuleInterop": true
|
2020-08-04 12:59:41 +00:00
|
|
|
}
|
|
|
|
}
|