10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"webpack.config.js"
|
|
],
|
|
"extends": "../../tsconfig.json",
|
|
} |