mirror of https://github.com/jkjoy/sunpeiwen.git
10 lines
184 B
JSON
10 lines
184 B
JSON
|
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./",
|
||
|
"rootDir": "./src",
|
||
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
||
|
},
|
||
|
"include": ["src/**/*.ts"]
|
||
|
}
|