16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"include": ["content/translations-document.sys.mjs", "translations.d.ts"],
|
|
"extends": "../../../tools/@types/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"strict": true,
|
|
|
|
"plugins": [
|
|
{
|
|
"transform": "../../../tools/ts/plugins/checkRootOnly.js",
|
|
"transformProgram": true
|
|
}
|
|
]
|
|
}
|
|
}
|