manifold/functions/tsconfig.json

13 lines
243 B
JSON
Raw Normal View History

2021-12-10 18:10:30 +00:00
{
"compilerOptions": {
"module": "commonjs",
"noImplicitReturns": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017"
},
"compileOnSave": true,
"include": ["src", "../common/**/*.ts"]
2021-12-10 18:10:30 +00:00
}