2024-01-20 08:22:44 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
2024-01-24 13:26:42 +00:00
|
|
|
"include": ["./**/*.ts", "../types/**/*.ts"],
|
2024-01-20 08:22:44 +00:00
|
|
|
"exclude": ["node_modules/**/*", "dist"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDirs": ["./", "../"],
|
2024-01-28 17:00:35 +00:00
|
|
|
"outDir": "./dist",
|
2024-01-20 08:22:44 +00:00
|
|
|
"noEmit": false
|
|
|
|
}
|
|
|
|
}
|