mirror of
https://github.com/qwertyforce/scenery.git
synced 2025-05-31 11:42:35 +00:00
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"target": "es2017",
|
|
"isolatedModules": false,
|
|
"noEmit": false
|
|
},
|
|
"include": ["server/**/*.ts"]
|
|
}
|