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

11 lines
178 B
JSON
Raw Normal View History

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