mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"extends": "@tsconfig/create-react-app/tsconfig.json",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"noImplicitAny": false
|
|
},
|
|
"exclude": ["node_modules"]
|
|
} |