13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"lib": [ "es6" ],
|
|
"sourceMap": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": [ "src" ],
|
|
"exclude": [ "node_modules" ]
|
|
}
|