mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-06-02 14:10:33 +08:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build/main",
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules/**"]
|
|
}
|