2021-07-03 21:48:27 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./target/classes/static/app",
|
2021-07-07 02:19:14 +00:00
|
|
|
"types": ["gapi", "gapi.auth2"]
|
2021-07-03 21:48:27 +00:00
|
|
|
},
|
|
|
|
"files": ["src/main/webapp/main.ts", "src/main/webapp/polyfills.ts"],
|
|
|
|
"include": ["src/main/webapp/**/*.d.ts"]
|
|
|
|
}
|