mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 11:02:13 +08:00
@ -1,10 +1,15 @@
|
||||
|
||||
module.exports = {
|
||||
verbose: false,
|
||||
verbose: true,
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsConfigFile": "tsconfig.json"
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
||||
},
|
||||
"moduleDirectories": ["<rootDir>/node_modules", "<rootDir>/public"],
|
||||
"moduleDirectories": ["node_modules", "public"],
|
||||
"roots": [
|
||||
"<rootDir>/public"
|
||||
],
|
||||
|
Reference in New Issue
Block a user