mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
434e379f9a
git-subtree-dir: plugin-server git-subtree-mainline:776b056b6d
git-subtree-split:01a99a4e26
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"]
|
|
}
|