forked from oat/in-the-database-2
12 lines
200 B
JSON
12 lines
200 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./built",
|
||
|
"allowJs": true,
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"noImplicitReturns": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/*"
|
||
|
]
|
||
|
}
|