mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 08:44:22 +08:00
20 lines
304 B
JSON
20 lines
304 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
".*.js",
|
|
"*.js",
|
|
"apps/**/*",
|
|
"examples/**/*",
|
|
"libs/**/*",
|
|
"packages/**/*",
|
|
],
|
|
"exclude": [
|
|
"**/cjs/**/*",
|
|
"**/dts/**/*",
|
|
"**/esm/**/*",
|
|
"**/lib/**/*",
|
|
"**/mjs/**/*",
|
|
"**/node_modules/**/*",
|
|
]
|
|
}
|