test: add deterministic task behaviour tests
This commit is contained in:
19
tsconfig.test.json
Normal file
19
tsconfig.test.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"baseUrl": ".",
|
||||
"incremental": false,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"noEmit": false,
|
||||
"outDir": ".test-build",
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
},
|
||||
"target": "ES2022",
|
||||
"tsBuildInfoFile": ".test-build/tsconfig.test.tsbuildinfo"
|
||||
},
|
||||
"include": ["lib/**/*.ts", "types/**/*.ts"],
|
||||
"exclude": ["node_modules", ".next", ".test-build"]
|
||||
}
|
||||
Reference in New Issue
Block a user