18 lines
296 B
JSON
18 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ES6",
|
|
"lib": [
|
|
"ES2015",
|
|
"DOM"
|
|
],
|
|
"module": "CommonJS"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"outDir": "./out"
|
|
} |