ba-auth_keystore_file/tsconfig.build.json
Alan Bridgeman 18cc482293
Some checks failed
Publish to Private NPM Registry / publish (push) Failing after 1m0s
Initial Commit
2026-02-17 13:44:22 -06:00

17 lines
295 B
JSON

{
"extends": "./tsconfig.json",
// Visit https://aka.ms/tsconfig to read more about this file
"compilerOptions": {
"rootDir": "./src",
"types": [],
},
"exclude": [
"node_modules",
"dist",
"tests"
],
"include": [
"./src/**/*.ts",
"./src/**/*.tsx"
]
}