waforth/tsconfig.json
Remko Tronçon a6d71029dc Support calling JS from Forth
Initial attempt at an API.

Resolves: #13
2022-05-05 20:19:39 +02:00

12 lines
259 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"noImplicitAny": true,
"strict": true,
"incremental": true,
"typeRoots": ["./src/web/types"],
"types": ["node"]
},
"include": ["src/web"],
"exclude": ["node_modules", "dist", "build"]
}