11 lines
No EOL
137 B
JSON
11 lines
No EOL
137 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"declaration": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"out"
|
|
]
|
|
} |