2021-11-20 10:35:27 -05:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
2022-05-17 03:21:44 -04:00
|
|
|
"references": [{"path": "./tsconfig.build.json"}],
|
2021-11-20 10:35:27 -05:00
|
|
|
"compilerOptions": {
|
2022-03-14 09:53:57 -04:00
|
|
|
"noEmit": true,
|
2022-05-23 00:54:25 -04:00
|
|
|
"checkJs": true
|
2022-03-14 09:53:57 -04:00
|
|
|
},
|
2022-05-17 03:21:44 -04:00
|
|
|
"include": ["update.mjs"]
|
2021-11-20 10:35:27 -05:00
|
|
|
}
|