seedling/source/e2e/.tsconfig.json

14 lines
220 B
JSON
Raw Permalink Normal View History

2023-12-28 21:58:08 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"types": [
"./global.d.ts"
]
},
"include": [
"**/*.ts"
]
}