mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"extends": "../config/typescript/react-library.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"strictNullChecks": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|