2021-11-19 04:28:01 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2016",
|
|
|
|
"jsx": "react",
|
|
|
|
"module": "commonjs",
|
|
|
|
"rootDir": "src",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
2021-12-26 18:33:01 +00:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"types": ["snowpack-env"],
|
2021-11-19 04:28:01 +00:00
|
|
|
}
|
|
|
|
}
|