in-the-database-2/tsconfig.json
jill ca0852800e
init commit babey
currently basically just a boilerplate and does Absolutely Fucking Nothing
2020-09-02 15:48:41 +03:00

12 lines
200 B
JSON

{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "esnext",
"module": "commonjs",
"noImplicitReturns": true
},
"include": [
"src/*"
]
}