Files
shipped/packages/config/tsconfig.json
Morten Olsen b574c375af init
2023-05-21 00:01:16 +02:00

20 lines
390 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"checkJs": true,
"allowJs": true,
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"allowSyntheticDefaultImports": true
},
"include": [],
"ts-node": {
"files": true
}
}