9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"extends": "../../tsconfig.json",
|
|
} |