13 lines
198 B
JSON
13 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"lib": ["ESNext"]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|