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