mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"allowJs": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["*.js", "*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|