kcd-scripts
Version:
CLI for common scripts for my projects
20 lines (19 loc) • 430 B
JSON
{
"exclude": ["node_modules"],
"include": ["../../src/**/*"],
"compilerOptions": {
"isolatedModules": true,
"esModuleInterop": true,
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"jsx": "react",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": "../../src",
"paths": {
"*": ["*", "../tests/*"]
},
"preserveWatchOutput": true
}
}