6 lines
134 B
JSON
6 lines
134 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "noEmit": true, "lib": ["ES2022"] },
|
|
"include": ["src/**/*.ts"]
|
|
}
|