mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
11 lines
244 B
JSON
11 lines
244 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"rootDir": "./",
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": [".", "src", "tests", ".eslintrc.js"],
|
||
|
"exclude": ["node_modules", "dist", "bin"]
|
||
|
}
|