mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
17 lines
356 B
JSON
17 lines
356 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/worker",
|
|
"lib": [
|
|
"es2018",
|
|
"webworker"
|
|
],
|
|
"types": [],
|
|
"noEmit": false
|
|
},
|
|
"include": [
|
|
"src/**/*.worker.ts"
|
|
]
|
|
}
|