ca0852800e
currently basically just a boilerplate and does Absolutely Fucking Nothing
12 lines
No EOL
200 B
JSON
12 lines
No EOL
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true
|
|
},
|
|
"include": [
|
|
"src/*"
|
|
]
|
|
} |