15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built/",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"noImplicitAny": true
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |