11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom"],
|
|
"rootDir": "./src",
|
|
"outDir": "./build/main",
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules/**"]
|
|
}
|