mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["node", "jest"]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx",
|
|
"test_helpers/**/*.ts",
|
|
"test_helpers/**/*.tsx",
|
|
"__mocks__/**/*.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist", "build", "main.js"]
|
|
}
|