19 lines
304 B
JSON
19 lines
304 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "commonjs",
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"baseUrl": "./src",
|
||
|
"paths": {
|
||
|
"*": [
|
||
|
"./src/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/node_modules/*"
|
||
|
]
|
||
|
}
|