feat: add sleep report page
This commit is contained in:
12
tsconfig.report-tests.json
Normal file
12
tsconfig.report-tests.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"outDir": "tmp/report-tests",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2020",
|
||||
"declaration": false,
|
||||
"types": []
|
||||
},
|
||||
"include": ["src/pages/report/report-utils.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user