12 lines
No EOL
196 B
JSON
12 lines
No EOL
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES6",
|
|
"target": "ES5",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test"
|
|
],
|
|
} |