mirror of
https://github.com/remko/waforth
synced 2024-11-16 07:47:30 +01:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"target": "es2015",
|
|
"typeRoots": ["./src/web/types"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/web"],
|
|
"exclude": ["node_modules", "dist", "build"]
|
|
}
|