mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"include": [],
|
|
"ts-node": {
|
|
"files": true
|
|
}
|
|
}
|