aria-iuvo/tsconfig.json

8 lines
190 B
JSON
Raw Normal View History

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["test/**/*.ts", "vitest.config.ts"]
}