18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"boardgame-phaser": ["../framework/src/index.ts"],
|
|
},
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
},
|
|
"include": ["src/**/*"],
|
|
}
|