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/**"]
|
|
}
|