@tdurtschi/bug
Version:
Bug is a simulation that models a weevil walking around in an HTML canvas.
29 lines • 547 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react",
"module": "commonjs",
"noImplicitAny": true,
"outDir": "dist",
"preserveConstEnums": true,
"removeComments": true,
"sourceMap": true,
"target": "es5",
"declaration": true,
"lib": [
"dom",
"es2015",
"es2017"
],
"typeRoots": [
"./node_modules/@types",
"./src/typings"
]
},
"include": [
"./src/**/**/*",
"./spec/**/**/*",
"./index.ts"
]
}