Files
strapi-plugin-checkbox-list/admin/tsconfig.build.json

11 lines
212 B
JSON
Raw Normal View History

2026-02-05 10:19:56 +00:00
{
"extends": "./tsconfig",
"include": ["./src", "./custom.d.ts"],
"exclude": ["**/*.test.ts", "**/*.test.tsx"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": ".",
"outDir": "./dist"
}
}